directory
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package bufio implements buffered I/O.
Package builtin provides documentation for Go's predeclared identifiers.
Package bytes implements functions for the manipulation of byte slices.
No description provided by the author
No description provided by the author
No description provided by the author
Package crypto collects common cryptographic constants.
No description provided by the author
No description provided by the author
Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
Package errors implements functions to manipulate errors.
No description provided by the author
Package expvar provides a standardized interface to public variables, such as operation counters in servers.
Package flag implements command-line flag parsing.
Package fmt implements formatted I/O with functions analogous
to C's printf and scanf.
No description provided by the author
Package hash provides interfaces for hash functions.
Package html provides functions for escaping and unescaping HTML text.
Package image implements a basic 2-D image library.
No description provided by the author
Package io provides basic interfaces to I/O primitives.
Package log implements a simple logging package.
Package math provides basic constants and mathematical functions.
Package mime implements parts of the MIME spec.
No description provided by the author
No description provided by the author
Package os provides a platform-independent interface to operating system functionality.
Package path implements utility routines for manipulating slash-separated paths.
Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
Package regexp implements regular expression search.
Package runtime contains operations that interact with Go's runtime system,
such as functions to control goroutines.
Package sort provides primitives for sorting slices and user-defined collections.
Package strconv implements conversions to and from string representations of basic data types.
Package strings implements simple functions to manipulate UTF-8 encoded strings.
Package sync provides basic synchronization primitives such as mutual exclusion locks.
Package syscall contains an interface to the low-level operating system primitives.
Package testing provides support for automated testing of Go packages.
No description provided by the author
Package time provides functionality for measuring and displaying time.
Package unicode provides data and functions to test some properties of Unicode code points.