aboutsummaryrefslogtreecommitdiff
path: root/src/internal/goos/zgoos_hurd.go
blob: 0f0dd28b81b80b24863741d9c5dcaf86c7c1e39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Code generated by gengoos.go using 'go generate'. DO NOT EDIT.

//go:build hurd
// +build hurd

package goos

const GOOS = `hurd`

const IsAix = 0
const IsAndroid = 0
const IsDarwin = 0
const IsDragonfly = 0
const IsFreebsd = 0
const IsHurd = 1
const IsIllumos = 0
const IsIos = 0
const IsJs = 0
const IsLinux = 0
const IsNacl = 0
const IsNetbsd = 0
const IsOpenbsd = 0
const IsPlan9 = 0
const IsSolaris = 0
const IsWindows = 0
const IsZos = 0