Codebase list golang-github-gobuffalo-packr / cf826ea builder / pkg.go
cf826ea

Tree @cf826ea (Download .tar.gz)

pkg.go @cf826earaw · history · blame

1
2
3
4
5
6
7
package builder

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