Codebase list golang-github-gobuffalo-packr / e77c2a01-53cf-4f01-8323-b8eab79363aa/upstream builder / pkg.go
e77c2a01-53cf-4f01-8323-b8eab79363aa/upstream

Tree @e77c2a01-53cf-4f01-8323-b8eab79363aa/upstream (Download .tar.gz)

pkg.go @e77c2a01-53cf-4f01-8323-b8eab79363aa/upstreamraw · history · blame

1
2
3
4
5
6
7
package builder

type pkg struct {
	Name  string
	Dir   string
	Boxes []box
}