Codebase list golang-github-gobuffalo-packr / d8940b54-7a55-4192-bae7-1a8454c70aaf/upstream v2 / jam / store / _fixtures / disk-pack / a / a.go
d8940b54-7a55-4192-bae7-1a8454c70aaf/upstream

Tree @d8940b54-7a55-4192-bae7-1a8454c70aaf/upstream (Download .tar.gz)

a.go @d8940b54-7a55-4192-bae7-1a8454c70aaf/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")
}