github.com/sitano/gsysint@v0.0.0-20190607084937-69a4f3233e4e/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 GoosJs = 0
    17  const GoosLinux = 1
    18  const GoosNacl = 0
    19  const GoosNetbsd = 0
    20  const GoosOpenbsd = 0
    21  const GoosPlan9 = 0
    22  const GoosSolaris = 0
    23  const GoosWindows = 0
    24  const GoosZos = 0