Install the gg library
masterYou can install gg using go get. To get the latest version:
go get -u github.com/fogleman/ggAlternatively, use gopkg.in to target a specific major version:
go get -u gopkg.in/fogleman/gg.v1go get -u github.com/fogleman/gg