5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 04:59:38 +08:00
wails/v3/internal/commands/init.go
2023-01-18 21:42:49 +11:00

9 lines
101 B
Go

package commands
type InitOptions struct {
}
func Init(options *InitOptions) error {
return nil
}