Codebase list golang-github-gobuffalo-packr / 2caaa424-eb18-4a82-a9c0-39020ed7da64/main builder / pkg.go
2caaa424-eb18-4a82-a9c0-39020ed7da64/main

Tree @2caaa424-eb18-4a82-a9c0-39020ed7da64/main (Download .tar.gz)

pkg.go @2caaa424-eb18-4a82-a9c0-39020ed7da64/mainraw · history · blame

1
2
3
4
5
6
7
package builder

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