Go Home Page
The Go Programming Language

Directory src/pkg/encoding

Subdirectories

Name   Synopsis
..
ascii85 Package ascii85 implements the ascii85 data encoding as used in the btoa tool and Adobe's PostScript and PDF document formats.
base64 Package base64 implements base64 encoding as specified by RFC 4648.
binary This package implements translation between unsigned integer values and byte sequences.
git85 Package git85 implements the radix 85 data encoding used in the Git version control system.
hex This package implements hexadecimal encoding and decoding.
pem This package implements the PEM data encoding, which originated in Privacy Enhanced Mail.