tour: golang.org/x/tour/pic Index | Files | Directories

Packages imported by pic

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
imagePackage image implements a basic 2-D image library.
image/pngPackage png implements a PNG image decoder and encoder.