mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +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
|
|
}
|