mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
9 lines
83 B
Go
9 lines
83 B
Go
// +build darwin
|
|
|
|
package system
|
|
|
|
func (i *Info) discover() error {
|
|
|
|
return nil
|
|
}
|