Codebase list golang-github-gobuffalo-packr / 756999fe-27c7-4903-9bb2-cb796de5d320/upstream v2 / jam / store / _fixtures / disk / q.go
756999fe-27c7-4903-9bb2-cb796de5d320/upstream

Tree @756999fe-27c7-4903-9bb2-cb796de5d320/upstream (Download .tar.gz)

q.go @756999fe-27c7-4903-9bb2-cb796de5d320/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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