From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/go/internal%2Fgoos%2Findex.html | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index dbc8d1716..000000000 --- a/devdocs/go/internal%2Fgoos%2Findex.html +++ /dev/null @@ -1,10 +0,0 @@ -

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