Russ Cox | 0fe444d | 2014-11-18 12:07:50 -0500 | [diff] [blame] | 1 | // generated by gengoos.go using 'go generate' |
2 | |||||
Russ Cox | 0fe444d | 2014-11-18 12:07:50 -0500 | [diff] [blame] | 3 | package runtime |
4 | |||||
5 | const theGoos = `nacl` | ||||
6 | |||||
7 | const goos_android = 0 | ||||
8 | const goos_darwin = 0 | ||||
9 | const goos_dragonfly = 0 | ||||
10 | const goos_freebsd = 0 | ||||
11 | const goos_linux = 0 | ||||
12 | const goos_nacl = 1 | ||||
13 | const goos_netbsd = 0 | ||||
14 | const goos_openbsd = 0 | ||||
15 | const goos_plan9 = 0 | ||||
16 | const goos_solaris = 0 | ||||
17 | const goos_windows = 0 |