Tags

debug-plan9obj

Package plan9obj implements access to Plan 9 a.out object files.

0 questions
embed

Package embed provides access to files embedded in the running Go program.

0 questions
encoding

Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.

0 questions
encoding-ascii85

Package ascii85 implements the ascii85 data encoding as used in the btoa tool and Adobe's PostScript and PDF document formats.

0 questions
encoding-asn1

Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690.

0 questions
encoding-base32

Package base32 implements base32 encoding as specified by RFC 4648.

0 questions
encoding-base64

Package base64 implements base64 encoding as specified by RFC 4648.

0 questions
encoding-binary

Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.

0 questions
encoding-csv

Package csv reads and writes comma-separated values (CSV) files.

0 questions
encoding-gob

Package gob manages streams of gobs - binary values exchanged between an [Encoder] (transmitter) and a [Decoder] (receiver).

0 questions