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.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |