blob: fbad2acfca13d0de1b7a60b73a5882053eb71fa8 [file] [log] [blame]
package builder
type pkg struct {
Name string
Dir string
Boxes []box
}