Source File
zgoos_linux.go
Belonging Package
internal/goos
// Code generated by gengoos.go using 'go generate'. DO NOT EDIT.//go:build !android && linuxpackage goosconst GOOS = `linux`const IsAix = 0const IsAndroid = 0const IsDarwin = 0const IsDragonfly = 0const IsFreebsd = 0const IsHurd = 0const IsIllumos = 0const IsIos = 0const IsJs = 0const IsLinux = 1const IsNacl = 0const IsNetbsd = 0const IsOpenbsd = 0const IsPlan9 = 0const IsSolaris = 0const IsWasip1 = 0const IsWindows = 0const IsZos = 0
![]() |
The pages are generated with Golds v0.7.9-preview. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |