Codebase list golang-github-gobuffalo-packr / 455c9b6e-741c-49e0-8a88-ff072f37e7a8/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
455c9b6e-741c-49e0-8a88-ff072f37e7a8/upstream

Tree @455c9b6e-741c-49e0-8a88-ff072f37e7a8/upstream (Download .tar.gz)

a.go @455c9b6e-741c-49e0-8a88-ff072f37e7a8/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")
}