Documentation ¶
Overview ¶
Package stdlib contains functionality relevant to the Go Standard Library.
Index ¶
Constants ¶
View Source
const ( // ModulePath is the name of the Go standard library module. ModulePath = "std" // ToolchainModulePath is the name of the module containing Go // toolchain binaries. ToolchainModulePath = "cmd" )
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
Contains reports whether the given import path could be part of the Go standard library, by reporting whether the first component lacks a '.'.
func IsCmdModule ¶
func IsStdModule ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.