Codebase list golang-github-gobuffalo-packr / b6bd3213-a4b0-49f9-b282-41a9a0a1a00a/upstream v2 / jam / store / _fixtures / disk / q.go
b6bd3213-a4b0-49f9-b282-41a9a0a1a00a/upstream

Tree @b6bd3213-a4b0-49f9-b282-41a9a0a1a00a/upstream (Download .tar.gz)

q.go @b6bd3213-a4b0-49f9-b282-41a9a0a1a00a/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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