Imports of examples command

PathSynopsis
github.com/fogleman/ggPackage gg provides a simple API for rendering 2D graphics in pure Go.
github.com/golang/freetype/truetypePackage truetype provides a parser for the TTF and TTC file formats.
golang.org/x/image/font/gofont/goregularPackage goregular provides the "Go Regular" TrueType font from the Go font family.
image/colorPackage color implements a basic color library.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.