fspl/generator/native/osnative_darwin.go

6 lines
61 B
Go

package native
func nativeOS () string {
return "darwin"
}