Codebase list golang-github-gobuffalo-packr / 6a6e5ce7-7acc-4186-beff-822062e0df81/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
6a6e5ce7-7acc-4186-beff-822062e0df81/upstream

Tree @6a6e5ce7-7acc-4186-beff-822062e0df81/upstream (Download .tar.gz)

a.go @6a6e5ce7-7acc-4186-beff-822062e0df81/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")
}