Black Lives Matter. Support the Equal Justice Initiative.

Source file src/runtime/internal/sys/zgoos_linux.go

Documentation: runtime/internal/sys

     1  // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
     2  
     3  //go:build !android && linux
     4  // +build !android,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 GoosIllumos = 0
    17  const GoosIos = 0
    18  const GoosJs = 0
    19  const GoosLinux = 1
    20  const GoosNacl = 0
    21  const GoosNetbsd = 0
    22  const GoosOpenbsd = 0
    23  const GoosPlan9 = 0
    24  const GoosSolaris = 0
    25  const GoosWindows = 0
    26  const GoosZos = 0
    27  

View as plain text