gbase64

package
v1.8.3 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package gbase64 provides useful API for BASE64 encoding/decoding algorithm.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(dst []byte) ([]byte, error)

Decode decodes bytes with BASE64 algorithm.

func DecodeString

func DecodeString(str string) ([]byte, error)

DecodeString decodes string with BASE64 algorithm.

func Encode

func Encode(src []byte) []byte

Encode encodes bytes with BASE64 algorithm.

func EncodeString

func EncodeString(src []byte) string

EncodeString encodes bytes with BASE64 algorithm.

Types

This section is empty.

Jump to

Keyboard shortcuts

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