Codebase list golang-github-gobuffalo-packr / 4b092d9a-1e1c-4714-89c2-29136e93501d/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
4b092d9a-1e1c-4714-89c2-29136e93501d/upstream

Tree @4b092d9a-1e1c-4714-89c2-29136e93501d/upstream (Download .tar.gz)

a.go @4b092d9a-1e1c-4714-89c2-29136e93501d/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")
}