Codebase list golang-github-gobuffalo-packr / 606d71fd-6871-40bf-839f-70223aef1fb7/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
606d71fd-6871-40bf-839f-70223aef1fb7/upstream

Tree @606d71fd-6871-40bf-839f-70223aef1fb7/upstream (Download .tar.gz)

a.go @606d71fd-6871-40bf-839f-70223aef1fb7/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")
}