Codebase list golang-github-gobuffalo-packr / ae4e95f4-d748-4a66-a801-28f9a6661518/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
ae4e95f4-d748-4a66-a801-28f9a6661518/upstream

Tree @ae4e95f4-d748-4a66-a801-28f9a6661518/upstream (Download .tar.gz)

a.go @ae4e95f4-d748-4a66-a801-28f9a6661518/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")
}