Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
monoflash committed Mar 3, 2017
1 parent 94252c7 commit ccb8e5c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
##### Build status
[![GoDoc](https://godoc.org/github.com/webnice/b64?status.png)](http://godoc.org/github.com/webnice/b64)
[![Coverage Status](https://coveralls.io/repos/webnice/b64/badge.svg?branch=v1&service=github)](https://coveralls.io/github/webnice/b64?branch=v1)
*nix: [![Build Status](https://drone.io/github.com/webnice/b64/status.png)](https://drone.io/github.com/webnice/b64/latest) [![Travis status](https://travis-ci.org/webnice/b64.svg?branch=v1 "travis status")](https://travis-ci.org/webnice/b64/#)
[![Circle CI](https://circleci.com/gh/webnice/b64/tree/v1.svg?style=svg)](https://circleci.com/gh/webnice/b64/tree/v1)
win: [![Build status](https://ci.appveyor.com/api/projects/status/u6auhkxmr54alibm/branch/v1?svg=true)](https://ci.appveyor.com/project/webnice/b64/branch/v1)

# b64

Go library convert Int64 or Uint64 variable to string(11 symbols), and convert 11 symbols string back to int64 or uint64

[![GoDoc](https://godoc.org/github.com/webnice/b64?status.png)](http://godoc.org/github.com/webnice/b64)

### What is it?
Library converts a single intenger to a string of 1 to 11 characters.
Conversion is to reduce number characters when writing a long string of numbers.
Expand Down

0 comments on commit ccb8e5c

Please sign in to comment.