Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exports = map[string]interface{}{ "_name": "os", "args": os.Args[1:], "stdin": os.Stdin, "stderr": os.Stderr, "stdout": os.Stdout, "open": os.Open, "create": os.Create, "exit": os.Exit, "_initSafe": _initSafe, }
Exports is the export table of this module.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.