Closed bhcleek closed 3 years ago
Prefix all flag values with flag.
Use a custom type, Package, instead of exposing build.Package directly.
Stop using []*Package where []Packer will do.
rename flags for consistency
Prefix all flag values with flag.
avoid a bit of leaky abstraction
Use a custom type, Package, instead of exposing build.Package directly.
stop using slices of pointers
Stop using []*Package where []Packer will do.