Codebase list golang-github-gobuffalo-packr / 0210bf96-e8db-4bba-afb8-a31df1fe32bf/upstream v2 / jam / store / _fixtures / disk / q.go
0210bf96-e8db-4bba-afb8-a31df1fe32bf/upstream

Tree @0210bf96-e8db-4bba-afb8-a31df1fe32bf/upstream (Download .tar.gz)

q.go @0210bf96-e8db-4bba-afb8-a31df1fe32bf/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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