Codebase list golang-github-gobuffalo-packr / 73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/main v2 / jam / store / _fixtures / disk-pack / a / a.go
73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/main

Tree @73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/main (Download .tar.gz)

a.go @73cb50b3-1825-4ef0-82eb-9c27b75ab7c0/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")
}