mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
18 lines
322 B
Go
18 lines
322 B
Go
|
|
// generated by gengoos.go using 'go generate'
|
||
|
|
|
||
|
|
package sys
|
||
|
|
|
||
|
|
const TheGoos = `netbsd`
|
||
|
|
|
||
|
|
const GoosAndroid = 0
|
||
|
|
const GoosDarwin = 0
|
||
|
|
const GoosDragonfly = 0
|
||
|
|
const GoosFreebsd = 0
|
||
|
|
const GoosLinux = 0
|
||
|
|
const GoosNacl = 0
|
||
|
|
const GoosNetbsd = 1
|
||
|
|
const GoosOpenbsd = 0
|
||
|
|
const GoosPlan9 = 0
|
||
|
|
const GoosSolaris = 0
|
||
|
|
const GoosWindows = 0
|