Codebase list golang-github-gobuffalo-packr / f2bce53b-75f0-4753-abbb-478c71383e2a/upstream builder / pkg.go
f2bce53b-75f0-4753-abbb-478c71383e2a/upstream

Tree @f2bce53b-75f0-4753-abbb-478c71383e2a/upstream (Download .tar.gz)

pkg.go @f2bce53b-75f0-4753-abbb-478c71383e2a/upstreamraw · history · blame

1
2
3
4
5
6
7
package builder

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