base64

package module
v0.0.0-...-7da646d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2025 License: MIT Imports: 5 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(writer io.Writer, reader io.Reader) error

Decode reads base64-encoded data from 'reader', decodes it, and then writes the decoded data to 'writer'.

Decode handles multiple different base64 styles.

I.e., Decode can handle base64-encoded data that does and doesn't use the '=' padding-character, and Decode can handle both '+' and '-' for the symbol 63, and can handle '/', ',', '_' for symbol 64.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL