Codebase list golang-github-gobuffalo-packr / 43e9efbf-c2f5-4554-b588-2cecf7f13eaf/main v2 / jam / store / _fixtures / disk / q.go
43e9efbf-c2f5-4554-b588-2cecf7f13eaf/main

Tree @43e9efbf-c2f5-4554-b588-2cecf7f13eaf/main (Download .tar.gz)

q.go @43e9efbf-c2f5-4554-b588-2cecf7f13eaf/mainraw · history · blame

1
2
3
4
5
6
7
package q

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

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