Codebase list golang-github-gobuffalo-packr / 94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/main v2 / jam / store / _fixtures / disk / q.go
94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/main

Tree @94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/main (Download .tar.gz)

q.go @94b722eb-c390-4fc1-b3fc-6f73e7bdc6ff/mainraw · history · blame

1
2
3
4
5
6
7
package q

import "github.com/gobuffalo/packr/v2"

func init() {
	packr.New("aretha", "./franklin")
}