Codebase list golang-github-gobuffalo-packr / f3ef9691-bec8-4f96-9738-cb03f6a65825/main v2 / jam / store / _fixtures / disk-pack / a / a.go
f3ef9691-bec8-4f96-9738-cb03f6a65825/main

Tree @f3ef9691-bec8-4f96-9738-cb03f6a65825/main (Download .tar.gz)

a.go @f3ef9691-bec8-4f96-9738-cb03f6a65825/mainraw · history · blame

1
2
3
4
5
6
7
package a

import "github.com/gobuffalo/packr/v2"

func init() {
	packr.New("a-box", "../c")
}