Codebase list golang-github-gobuffalo-packr / 46c43b1d-22a5-4035-8595-8e88991a7e01/main v2 / jam / store / _fixtures / disk / q.go
46c43b1d-22a5-4035-8595-8e88991a7e01/main

Tree @46c43b1d-22a5-4035-8595-8e88991a7e01/main (Download .tar.gz)

q.go @46c43b1d-22a5-4035-8595-8e88991a7e01/mainraw · history · blame

1
2
3
4
5
6
7
package q

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

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