Codebase list golang-github-gobuffalo-packr / db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream builder / pkg.go
db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream

Tree @db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstream (Download .tar.gz)

pkg.go @db57c64c-50b9-43f3-8c7c-879fceed9b0a/upstreamraw · history · blame

1
2
3
4
5
6
7
package builder

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