aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/sys/zgoos_dragonfly.go
blob: f844d29e2a1e552c11a1b9f57d44e9c01df97c47 (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 dragonfly
// +build dragonfly

package sys

const GOOS = `dragonfly`

const GoosAix = 0
const GoosAndroid = 0
const GoosDarwin = 0
const GoosDragonfly = 1
const GoosFreebsd = 0
const GoosHurd = 0
const GoosIllumos = 0
const GoosIos = 0
const GoosJs = 0
const GoosLinux = 0
const GoosNacl = 0
const GoosNetbsd = 0
const GoosOpenbsd = 0
const GoosPlan9 = 0
const GoosSolaris = 0
const GoosWindows = 0
const GoosZos = 0