fspl/generator/native/osnative_dragonfly.go

6 lines
64 B
Go

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