Codebase list golang-github-gobuffalo-packr / 0277ceee-4e0e-42d7-b6ef-6d6903ba17cf/main v2 / jam / store / _fixtures / disk / q.go
0277ceee-4e0e-42d7-b6ef-6d6903ba17cf/main

Tree @0277ceee-4e0e-42d7-b6ef-6d6903ba17cf/main (Download .tar.gz)

q.go @0277ceee-4e0e-42d7-b6ef-6d6903ba17cf/mainraw · history · blame

1
2
3
4
5
6
7
package q

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

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