File: zgoos_plan9.go

package info (click to toggle)
golang 2%3A1.5.1-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 56,952 kB
  • sloc: asm: 30,955; ansic: 6,131; yacc: 2,100; sh: 1,442; perl: 1,116; xml: 623; python: 286; makefile: 82; cpp: 22; awk: 7
file content (17 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (5)
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 = `plan9`

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 = 1
const goos_solaris = 0
const goos_windows = 0