Codebase list golang-github-gobuffalo-packr / cbdaebd v2 / jam / store / _fixtures / disk / q.go
cbdaebd

Tree @cbdaebd (Download .tar.gz)

q.go @cbdaebdraw · history · blame

1
2
3
4
5
6
7
package q

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

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