mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 16:39:35 +08:00
9 lines
101 B
Go
9 lines
101 B
Go
package commands
|
|
|
|
type InitOptions struct {
|
|
}
|
|
|
|
func Init(options *InitOptions) error {
|
|
return nil
|
|
}
|