mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 07:29:56 +08:00
14 lines
107 B
Go
14 lines
107 B
Go
package flags
|
|
|
|
type Build struct {
|
|
Common
|
|
}
|
|
|
|
type Dev struct {
|
|
Common
|
|
}
|
|
|
|
type Package struct {
|
|
Common
|
|
}
|