Codebase list golang-github-gobuffalo-packr / 03c7eb0c-862f-41e6-a3e4-9b19a650b51c/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
03c7eb0c-862f-41e6-a3e4-9b19a650b51c/upstream

Tree @03c7eb0c-862f-41e6-a3e4-9b19a650b51c/upstream (Download .tar.gz)

a.go @03c7eb0c-862f-41e6-a3e4-9b19a650b51c/upstreamraw · history · blame

1
2
3
4
5
6
7
package a

import "github.com/gobuffalo/packr/v2"

func init() {
	packr.New("a-box", "../c")
}