fspl/generator/native/osnative_aix.go

6 lines
58 B
Go

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