mirror of
https://github.com/golang/go
synced 2024-11-19 02:14:43 -07:00
18 lines
338 B
Go
18 lines
338 B
Go
|
// 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
|