blob: fbad2acfca13d0de1b7a60b73a5882053eb71fa8 [file] [log] [blame]
Serge Bazanski31dd6162018-10-25 14:20:50 +02001package builder
2
3type pkg struct {
4 Name string
5 Dir string
6 Boxes []box
7}