mirror of
https://github.com/wavetermdev/wails.git
synced 2026-04-22 15:26:15 -07:00
8 lines
69 B
Go
8 lines
69 B
Go
|
|
// +build !windows
|
||
|
|
|
||
|
|
package wails
|
||
|
|
|
||
|
|
func Init() error {
|
||
|
|
return nil
|
||
|
|
}
|