fspl/generator/native/osnative_openbsd.go

6 lines
62 B
Go

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