Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exit = os.Exit
Exit causes the current program to exit with the given status code. Conventionally, code zero indicates success, non-zero an error. The program terminates immediately; deferred functions are not run.
View Source
var Getenv = os.Getenv
Getenv retrieves the value of the environment variable named by the key. It returns the value, which will be empty if the variable is not present. To distinguish between an empty value and an unset value, use LookupEnv.
View Source
var Hostname = os.Hostname
Hostname returns the host name reported by the kernel.
View Source
var Link = os.Link
Link creates newname as a hard link to the oldname file. If there is an error, it will be of type *LinkError.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.