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.
Find a file
2025-08-23 16:51:30 -07:00
decode.go updated hosts 2025-08-23 16:51:30 -07:00
decode_test.go updated hosts 2025-08-23 16:51:30 -07:00
decoderunestobytes.go updated hosts 2025-08-23 16:51:30 -07:00
decoderunestobytes_test.go decoderunestobytes 2024-06-30 06:34:21 -07:00
errors.go updated hosts 2025-08-23 16:51:30 -07:00
go.mod updated hosts 2025-08-23 16:51:30 -07:00
go.sum updated hosts 2025-08-23 16:51:30 -07:00
LICENSE initial commits 2024-06-30 05:48:17 -07:00
README.md updated hosts 2025-08-23 16:51:30 -07:00
readrune.go updated hosts 2025-08-23 16:51:30 -07:00
translaterune.go translate 2024-06-30 06:30:56 -07:00
translaterune_test.go translate 2024-06-30 06:30:56 -07:00

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

GoDoc

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