1 // generated by gengoos.go using 'go generate' 2 3 package runtime 4 5 const theGoos = `android` 6 7 const goos_android = 1 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 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 18