Codebase list golang-github-gobuffalo-packr / 5cbb29c0-28eb-4a41-913d-bed2f964fb72/upstream v2 / jam / store / _fixtures / disk / q.go
5cbb29c0-28eb-4a41-913d-bed2f964fb72/upstream

Tree @5cbb29c0-28eb-4a41-913d-bed2f964fb72/upstream (Download .tar.gz)

q.go @5cbb29c0-28eb-4a41-913d-bed2f964fb72/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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