Codebase list golang-github-gobuffalo-packr / 39ec4171-a591-40e4-8273-0e2b924d0bce/main v2 / jam / store / _fixtures / disk-pack / a / a.go
39ec4171-a591-40e4-8273-0e2b924d0bce/main

Tree @39ec4171-a591-40e4-8273-0e2b924d0bce/main (Download .tar.gz)

a.go @39ec4171-a591-40e4-8273-0e2b924d0bce/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")
}