github.com/bgentry/go@v0.0.0-20150121062915-6cf5a733d54d/src/runtime/zgoos_linux.go (about) 1 // generated by gengoos.go using 'go generate' 2 3 // +build !android 4 5 package runtime 6 7 const theGoos = `linux` 8 9 const goos_android = 0 10 const goos_darwin = 0 11 const goos_dragonfly = 0 12 const goos_freebsd = 0 13 const goos_linux = 1 14 const goos_nacl = 0 15 const goos_netbsd = 0 16 const goos_openbsd = 0 17 const goos_plan9 = 0 18 const goos_solaris = 0 19 const goos_windows = 0