Codebase list golang-github-gobuffalo-packr / 010c2c19-a572-46c7-8832-36a926f667b5/upstream v2 / jam / store / _fixtures / disk / q.go
010c2c19-a572-46c7-8832-36a926f667b5/upstream

Tree @010c2c19-a572-46c7-8832-36a926f667b5/upstream (Download .tar.gz)

q.go @010c2c19-a572-46c7-8832-36a926f667b5/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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