blob: b071dc63ab75a409fcd7adcc7d57f214c9af19a7 [file] [log] [blame]
Russ Cox0fe444d2014-11-18 12:07:50 -05001// generated by gengoos.go using 'go generate'
2
Russ Cox0fe444d2014-11-18 12:07:50 -05003package runtime
4
5const theGoos = `openbsd`
6
7const goos_android = 0
8const goos_darwin = 0
9const goos_dragonfly = 0
10const goos_freebsd = 0
11const goos_linux = 0
12const goos_nacl = 0
13const goos_netbsd = 0
14const goos_openbsd = 1
15const goos_plan9 = 0
16const goos_solaris = 0
17const goos_windows = 0