Codebase list golang-github-gobuffalo-packr / ab639a91-f393-4d40-8263-05ec7762a18f/main builder / pkg.go
ab639a91-f393-4d40-8263-05ec7762a18f/main

Tree @ab639a91-f393-4d40-8263-05ec7762a18f/main (Download .tar.gz)

pkg.go @ab639a91-f393-4d40-8263-05ec7762a18f/mainraw · history · blame

1
2
3
4
5
6
7
package builder

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