Codebase list golang-github-gobuffalo-packr / 121dd939-3468-4bbd-8913-ddfe265f5094/main v2 / jam / store / _fixtures / disk-pack / a / a.go
121dd939-3468-4bbd-8913-ddfe265f5094/main

Tree @121dd939-3468-4bbd-8913-ddfe265f5094/main (Download .tar.gz)

a.go @121dd939-3468-4bbd-8913-ddfe265f5094/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")
}