Codebase list golang-github-gobuffalo-packr / de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstream v2 / jam / store / _fixtures / disk / q.go
de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstream

Tree @de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstream (Download .tar.gz)

q.go @de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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