aminal/vendor/github.com/gobuffalo/packr/builder/pkg.go

8 lines
78 B
Go

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