Files

14 lines
107 B
Go
Raw Permalink Normal View History

package flags
type Build struct {
Common
}
type Dev struct {
Common
}
type Package struct {
Common
}