From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/go/internal%2Fgoos%2Findex.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devdocs/go/internal%2Fgoos%2Findex.html (limited to 'devdocs/go/internal%2Fgoos%2Findex.html') diff --git a/devdocs/go/internal%2Fgoos%2Findex.html b/devdocs/go/internal%2Fgoos%2Findex.html new file mode 100644 index 00000000..dbc8d171 --- /dev/null +++ b/devdocs/go/internal%2Fgoos%2Findex.html @@ -0,0 +1,10 @@ +

Package goos

Overview

package goos contains GOOS-specific constants.

Index

Package files

goos.go unix.go zgoos_linux.go

Constants

const GOOS = `linux`
const IsAix = 0
const IsAndroid = 0
const IsDarwin = 0
const IsDragonfly = 0
const IsFreebsd = 0
const IsHurd = 0
const IsIllumos = 0
const IsIos = 0
const IsJs = 0
const IsLinux = 1
const IsNacl = 0
const IsNetbsd = 0
const IsOpenbsd = 0
const IsPlan9 = 0
const IsSolaris = 0
const IsUnix = true
const IsWasip1 = 0
const IsWindows = 0
const IsZos = 0
+

+ © Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
+ http://golang.org/pkg/internal/goos/ +

+
-- cgit v1.2.3