blob: c775ab538d4e086afcbb10083e7c213d12dcc4f8 [file] [log] [blame]
// generated by gengoos.go using 'go generate'
// +build !android
package runtime
const theGoos = `linux`
const goos_android = 0
const goos_darwin = 0
const goos_dragonfly = 0
const goos_freebsd = 0
const goos_linux = 1
const goos_nacl = 0
const goos_netbsd = 0
const goos_openbsd = 0
const goos_plan9 = 0
const goos_solaris = 0
const goos_windows = 0