Codebase list golang-github-gobuffalo-packr / 8592438f-8df5-482e-941e-bc5a08ef696c/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
8592438f-8df5-482e-941e-bc5a08ef696c/upstream

Tree @8592438f-8df5-482e-941e-bc5a08ef696c/upstream (Download .tar.gz)

a.go @8592438f-8df5-482e-941e-bc5a08ef696c/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")
}