github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/src/runtime/internal/sys/zgoos_aix.go (about)

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