Codebase list golang-github-gobuffalo-packr / db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream

Tree @db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream (Download .tar.gz)

a.go @db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstreamraw · history · blame

1
2
3
4
5
6
7
package a

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

func init() {
	packr.New("a-box", "../c")
}