Codebase list golang-github-gobuffalo-packr / ad3984a9-3084-4ece-bcec-ee7e183297d2/main v2 / jam / store / _fixtures / disk-pack / a / a.go
ad3984a9-3084-4ece-bcec-ee7e183297d2/main

Tree @ad3984a9-3084-4ece-bcec-ee7e183297d2/main (Download .tar.gz)

a.go @ad3984a9-3084-4ece-bcec-ee7e183297d2/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")
}