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

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

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

1
2
3
4
5
6
7
package q

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

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