Codebase list golang-github-gobuffalo-packr / a77a02a7-acb7-4661-b63e-63f13af9648b/upstream builder / pkg.go
a77a02a7-acb7-4661-b63e-63f13af9648b/upstream

Tree @a77a02a7-acb7-4661-b63e-63f13af9648b/upstream (Download .tar.gz)

pkg.go @a77a02a7-acb7-4661-b63e-63f13af9648b/upstreamraw · history · blame

1
2
3
4
5
6
7
package builder

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