| | | | | |
. | ○ | io | | | This package provides basic interfaces to I/O primitives. |
. | | | ioutil | | |
. | ○ | json | | | The json package implements a simple parser and representation for JSON (JavaScript Object Notation), as defined at http://www.json.org/. |
. | | log | | | Rudimentary logging package. |
. | ○ | malloc | | | The malloc package exposes statistics and other low-level details about the run-time memory allocator and collector. |
. | ○ | math | | | The math package provides basic constants and mathematical functions. |
. | | net | | | The net package provides a portable interface to Unix networks sockets, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
. | ○ | once | | | This package provides a single function, Do, to run a function exactly once, usually used as part of initialization. |
. | ○ | os | | | The os package provides a platform-independent interface to operating system functionality. |
. | | | signal | | Package signal implements operating system-independent signal handling. |
. | | patch | | | Package patch implements parsing and execution of the textual and binary patch descriptions used by version control tools such as CVS, Git, Mercurial, and Subversion. |
. | | path | | | The path package implements utility routines for manipulating slash-separated filename paths. |
. | ○ | rand | | | Package rand implements pseudo-random number generators. |
. | ○ | reflect | | | The reflect package implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
. | ○ | regexp | | | Package regexp implements a simple regular expression library. |
. | | rpc | | | The rpc package provides access to the public methods of an object across a network or other I/O connection. |
. | ○ | runtime | | | The runtime package contains operations that interact with Go's runtime system, such as functions to control goroutines. |
. | | scanner | | | A general-purpose scanner for text. |
. | ○ | sort | | | The sort package provides primitives for sorting arrays and user-defined collections. |
. | ○ | strconv | | | The strconv package implements conversions to and from string representations of basic data types. |