Codebase list golang-github-gobuffalo-packr / 2969f73d-4da3-4d46-9c0c-aac6b31f94cc/upstream v2 / jam / store / _fixtures / disk / q.go
2969f73d-4da3-4d46-9c0c-aac6b31f94cc/upstream

Tree @2969f73d-4da3-4d46-9c0c-aac6b31f94cc/upstream (Download .tar.gz)

q.go @2969f73d-4da3-4d46-9c0c-aac6b31f94cc/upstreamraw · history · blame

1
2
3
4
5
6
7
package q

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

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