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