Codebase list golang-github-gobuffalo-packr / 39ec4171-a591-40e4-8273-0e2b924d0bce/main builder / pkg.go
39ec4171-a591-40e4-8273-0e2b924d0bce/main

Tree @39ec4171-a591-40e4-8273-0e2b924d0bce/main (Download .tar.gz)

pkg.go @39ec4171-a591-40e4-8273-0e2b924d0bce/mainraw · history · blame

1
2
3
4
5
6
7
package builder

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