Codebase list golang-github-gobuffalo-packr / f98ea29d-8350-42da-b26a-928cb3b45bab/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
f98ea29d-8350-42da-b26a-928cb3b45bab/upstream

Tree @f98ea29d-8350-42da-b26a-928cb3b45bab/upstream (Download .tar.gz)

a.go @f98ea29d-8350-42da-b26a-928cb3b45bab/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")
}