5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 07:29:56 +08:00
wails/v3/internal/flags/task_wrapper.go

14 lines
107 B
Go

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