summaryrefslogtreecommitdiff
path: root/src/runtime/zgoos_solaris.go
blob: 10f9537d05ba892fcec3e0351f836fb3f5f1e056 (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 runtime

const theGoos = `solaris`

const goos_android = 0
const goos_darwin = 0
const goos_dragonfly = 0
const goos_freebsd = 0
const goos_linux = 0
const goos_nacl = 0
const goos_netbsd = 0
const goos_openbsd = 0
const goos_plan9 = 0
const goos_solaris = 1
const goos_windows = 0