Package base64 provides decoders and encoders for the base64 encoding, for the Go programming language.
This package base64 is meant to be a replacement for Go's built-in "encoding/base64"
package.
Online documentation, which includes examples, can be found at: https://godoc.org/github.com/reiver/go-base64
To import package base64 use import
code like the follownig:
import "github.com/reiver/go-base64"
To install package base64 do the following:
GOPROXY=direct go get https://github.com/reiver/go-base64
Package base64 was written by Charles Iliya Krempeaux