base65536

package module
v0.0.0-...-2e37cfa Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2016 License: MIT Imports: 1 Imported by: 0

README

base65536

GoDoc License Build Status Coverage Status Gratipay User

An implementation of ferno's base65536, implemented in GoLang.

Description

This is a Go library for encoding and decoding. If you show detail for base65536, see ferno's base65536 README page

Install

standard go get:

go get -u github.com/usk81/base65536

Usage

encode:

s := "hello world"
result := base65536.Encode(s)

Println(result)
// 驨ꍬ啯𒁷ꍲᕤ

decode:

s := "驨ꍬ啯𒁷ꍲᕤ"

result := base65536.Decode(s)
Println(result)
// hello world

Contribution

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Licence

MIT

Author

Yusuke Komatsu

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(str string) string

Decode a Base65536 string and return a string.

func Encode

func Encode(str string) string

Encode a string and return a Base65536 string.

Types

This section is empty.

Jump to

Keyboard shortcuts

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