base64

package
v0.0.0-...-ccd4941 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package base64 provides a package for base64 encoding and decoding using the URL encoding defined in RFC 4648 (Section 5).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(input string) ([]byte, error)

Decode returns the base64 decoded bytes from the given input.

func Encode

func Encode(input []byte) string

Encode returns the base64 encoded string from the given input.

Types

This section is empty.

Jump to

Keyboard shortcuts

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