github.com/sbinet/go@v0.0.0-20160827155028-54d7de7dd62b/src/runtime/internal/sys/zgoos_android.go (about) 1 // generated by gengoos.go using 'go generate' 2 3 package sys 4 5 const GOOS = `android` 6 7 const GoosAndroid = 1 8 const GoosDarwin = 0 9 const GoosDragonfly = 0 10 const GoosFreebsd = 0 11 const GoosLinux = 0 12 const GoosNacl = 0 13 const GoosNetbsd = 0 14 const GoosOpenbsd = 0 15 const GoosPlan9 = 0 16 const GoosSolaris = 0 17 const GoosWindows = 0