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.
- Go 100%
| decode.go | ||
| decode_test.go | ||
| decoderunestobytes.go | ||
| decoderunestobytes_test.go | ||
| errors.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| readrune.go | ||
| translaterune.go | ||
| translaterune_test.go | ||
go-base64
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.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/reiver/go-base64
Import
To import package base64 use import code like the follownig:
import "codeberg.org/reiver/go-base64"
Installation
To install package base64 do the following:
GOPROXY=direct go get https://codeberg.org/reiver/go-base64
Author
Package base64 was written by Charles Iliya Krempeaux