Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reiver/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.
https://github.com/reiver/go-base64
base64 base64-decoding base64-encoding base64decoder base64encoder base64url
Last synced: 27 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/reiver/go-base64
- Owner: reiver
- License: mit
- Created: 2024-06-30T12:47:46.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T13:35:51.000Z (6 months ago)
- Last Synced: 2024-07-13T09:12:01.961Z (5 months ago)
- Topics: base64, base64-decoding, base64-encoding, base64decoder, base64encoder, base64url
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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/github.com/reiver/go-base64
[![GoDoc](https://godoc.org/github.com/reiver/go-base64?status.svg)](https://godoc.org/github.com/reiver/go-base64)
## Import
To import package **base64** use `import` code like the follownig:
```
import "github.com/reiver/go-base64"
```## Installation
To install package **base64** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-base64
```## Author
Package **base64** was written by [Charles Iliya Krempeaux](http://reiver.link)