github.com/epfl-dcsl/gotee@v0.0.0-20200909122901-014b35f5e5e9/src/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 GoosAndroid = 0
    11  const GoosDarwin = 0
    12  const GoosDragonfly = 0
    13  const GoosFreebsd = 0
    14  const GoosLinux = 1
    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