github.com/gocuntian/go@v0.0.0-20160610041250-fee02d270bf8/src/runtime/internal/sys/zgoos_darwin.go (about)

     1  // generated by gengoos.go using 'go generate'
     2  
     3  package sys
     4  
     5  const GOOS = `darwin`
     6  
     7  const GoosAndroid = 0
     8  const GoosDarwin = 1
     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