summaryrefslogtreecommitdiff
path: root/src/runtime/internal/sys/zgoos_openbsd.go
blob: 7ee650afbb0d221cf0be8237f1d31518531dfa1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// generated by gengoos.go using 'go generate'

package sys

const TheGoos = `openbsd`

const GoosAndroid = 0
const GoosDarwin = 0
const GoosDragonfly = 0
const GoosFreebsd = 0
const GoosLinux = 0
const GoosNacl = 0
const GoosNetbsd = 0
const GoosOpenbsd = 1
const GoosPlan9 = 0
const GoosSolaris = 0
const GoosWindows = 0