Codebase list golang-github-gobuffalo-packr / b6d93e95-8555-4268-ac9e-5bb89f8a28f2/main v2 / jam / store / _fixtures / disk-pack / a / a.go
b6d93e95-8555-4268-ac9e-5bb89f8a28f2/main

Tree @b6d93e95-8555-4268-ac9e-5bb89f8a28f2/main (Download .tar.gz)

a.go @b6d93e95-8555-4268-ac9e-5bb89f8a28f2/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")
}