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