Tags

encoding-hex

Package hex implements hexadecimal encoding and decoding.

0 questions
encoding-json

Package json implements encoding and decoding of JSON as defined in RFC 7159.

0 questions
encoding-pem

Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.

0 questions
encoding-xml

Package xml implements a simple XML 1.0 parser that understands XML name spaces.

0 questions
errors

Package errors implements functions to manipulate errors.

0 questions
expvar

Package expvar provides a standardized interface to public variables, such as operation counters in servers.

0 questions
flag

Package flag implements command-line flag parsing.

0 questions
fmt

Package fmt implements formatted I/O with functions analogous to C's printf and scanf.

0 questions
go-ast

Package ast declares the types used to represent syntax trees for Go packages.

0 questions
go-build

Package build gathers information about Go packages.

0 questions