Codebase list golang-github-gobuffalo-packr / 9519df6c-7e95-4a2f-8b0e-d5577871bf15/main v2 / jam / store / _fixtures / disk-pack / a / a.go
9519df6c-7e95-4a2f-8b0e-d5577871bf15/main

Tree @9519df6c-7e95-4a2f-8b0e-d5577871bf15/main (Download .tar.gz)

a.go @9519df6c-7e95-4a2f-8b0e-d5577871bf15/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")
}