mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 23:25:49 +01:00
13 lines
107 B
Go
13 lines
107 B
Go
package flags
|
|
|
|
type Build struct {
|
|
Common
|
|
}
|
|
|
|
type Dev struct {
|
|
Common
|
|
}
|
|
|
|
type Package struct {
|
|
Common
|
|
}
|