Codebase list golang-github-gobuffalo-packr / 8d51ee81-f5e8-468b-bdc0-7e36171ab215/upstream v2 / jam / store / _fixtures / disk / q.go
8d51ee81-f5e8-468b-bdc0-7e36171ab215/upstream

Tree @8d51ee81-f5e8-468b-bdc0-7e36171ab215/upstream (Download .tar.gz)

q.go @8d51ee81-f5e8-468b-bdc0-7e36171ab215/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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