github.com/c12o16h1/go/src@v0.0.0-20200114212001-5a151c0f00ed/runtime/internal/sys/zgoos_plan9.go (about)

     1  // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
     2  
     3  // +build plan9
     4  
     5  package sys
     6  
     7  const GOOS = `plan9`
     8  
     9  const GoosAix = 0
    10  const GoosAndroid = 0
    11  const GoosDarwin = 0
    12  const GoosDragonfly = 0
    13  const GoosFreebsd = 0
    14  const GoosHurd = 0
    15  const GoosIllumos = 0
    16  const GoosJs = 0
    17  const GoosLinux = 0
    18  const GoosNacl = 0
    19  const GoosNetbsd = 0
    20  const GoosOpenbsd = 0
    21  const GoosPlan9 = 1
    22  const GoosSolaris = 0
    23  const GoosWindows = 0
    24  const GoosZos = 0