mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07: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
|
|
}
|