From 212850620fa86626506b51c50d4282e760787888 Mon Sep 17 00:00:00 2001 From: Aofei Sheng Date: Fri, 15 Jun 2018 15:59:48 +0800 Subject: [PATCH] Add SandID (#1979) **Please provide package links to:** - github.com repo: https://github.com/sheng/sandid - godoc.org: https://godoc.org/github.com/sheng/sandid - goreportcard.com: https://goreportcard.com/report/github.com/sheng/sandid - coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.): [![Coverage Status](https://coveralls.io/repos/github/sheng/sandid/badge.svg?branch=master)](https://coveralls.io/github/sheng/sandid?branch=master) **Make sure that you've checked the boxes below before you submit PR:** - [x] I have added my package in alphabetical order. - [x] I have an appropriate description with correct grammar. - [x] I know that this package was not listed before. - [x] I have added godoc link to the repo and to my pull request. - [x] I have added coverage service link to the repo and to my pull request. - [x] I have added goreportcard link to the repo and to my pull request. - [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 743f9f5e..bbd69611 100644 --- a/README.md +++ b/README.md @@ -858,6 +858,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [margelet](https://github.com/zhulik/margelet) - Framework for building Telegram bots. * [pdfgen](https://github.com/hyperboloide/pdfgen) - HTTP service to generate PDF from Json requests. * [persian](https://github.com/mavihq/persian) - Some utilities for Persian language in go. +* [sandid](https://github.com/sheng/sandid) - Every grain of sand on earth has its own ID. * [secdl](https://github.com/xor-gate/secdl) - Lighttpd ModSecDownload algorithm ported to go to secure download urls. * [shellwords](https://github.com/Wing924/shellwords) - A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell. * [shortid](https://github.com/teris-io/shortid) - Distributed generation of super short, unique, non-sequential, URL friendly IDs.