Source File
zgoos_darwin.go
Belonging Package
runtime/internal/sys
// Code generated by gengoos.go using 'go generate'. DO NOT EDIT.// +build !ios// +build darwinpackage sysconst GOOS = `darwin`const GoosAix = 0const GoosAndroid = 0const GoosDarwin = 1const GoosDragonfly = 0const GoosFreebsd = 0const GoosHurd = 0const GoosIllumos = 0const GoosIos = 0const GoosJs = 0const GoosLinux = 0const GoosNacl = 0const GoosNetbsd = 0const GoosOpenbsd = 0const GoosPlan9 = 0const GoosSolaris = 0const GoosWindows = 0const GoosZos = 0
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)