Codebase list golang-github-gobuffalo-packr / a42fe9d4-bce6-492f-bb31-2e807ba64b0e/upstream v2 / jam / store / _fixtures / disk / q.go
a42fe9d4-bce6-492f-bb31-2e807ba64b0e/upstream

Tree @a42fe9d4-bce6-492f-bb31-2e807ba64b0e/upstream (Download .tar.gz)

q.go @a42fe9d4-bce6-492f-bb31-2e807ba64b0e/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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