github.com/c12o16h1/go/src@v0.0.0-20200114212001-5a151c0f00ed/runtime/internal/sys/zgoos_linux.go (about) 1 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT. 2 3 // +build !android 4 // +build linux 5 6 package sys 7 8 const GOOS = `linux` 9 10 const GoosAix = 0 11 const GoosAndroid = 0 12 const GoosDarwin = 0 13 const GoosDragonfly = 0 14 const GoosFreebsd = 0 15 const GoosHurd = 0 16 const GoosIllumos = 0 17 const GoosJs = 0 18 const GoosLinux = 1 19 const GoosNacl = 0 20 const GoosNetbsd = 0 21 const GoosOpenbsd = 0 22 const GoosPlan9 = 0 23 const GoosSolaris = 0 24 const GoosWindows = 0 25 const GoosZos = 0