From ccb8e5c73d38a5f2853e2f72dc6407796e6983e7 Mon Sep 17 00:00:00 2001 From: Alex Geer Date: Fri, 3 Mar 2017 21:17:17 +0300 Subject: [PATCH] Update description --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a7b20bc..35c74eb 100644 --- a/README.md +++ b/README.md @@ -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.