Codebase list golang-github-gobuffalo-packr / 43860a80-392d-4eae-af8a-d48a1953ec62/main builder / pkg.go
43860a80-392d-4eae-af8a-d48a1953ec62/main

Tree @43860a80-392d-4eae-af8a-d48a1953ec62/main (Download .tar.gz)

pkg.go @43860a80-392d-4eae-af8a-d48a1953ec62/mainraw · history · blame

1
2
3
4
5
6
7
package builder

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