fspl/generator/native/osnative_solaris.go

6 lines
62 B
Go

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