wails/v3/internal/flags/task_wrapper.go

13 lines
107 B
Go

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