fspl/generator/native/osnative_freebsd.go

6 lines
62 B
Go

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