From d8e51cb0c0e188276af1f3cad5cbc8fdfe50d325 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Fri, 22 Nov 2013 13:55:28 +0200 Subject: [PATCH] Update README.md Remove koding badge until it's working for anonymous logins too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b59906..caa9434 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Goset [![GoDoc](https://godoc.org/github.com/fatih/goset?status.png)](http://godoc.org/github.com/fatih/goset) [![Build Status](https://travis-ci.org/fatih/goset.png)](https://travis-ci.org/fatih/goset) [![Clone in Koding](http://kbutton.org/clone.png?v1)](http://kbutton.org/fatih/goset) +# Goset [![GoDoc](https://godoc.org/github.com/fatih/goset?status.png)](http://godoc.org/github.com/fatih/goset) [![Build Status](https://travis-ci.org/fatih/goset.png)](https://travis-ci.org/fatih/goset) Goset is a basic and simple, hash-based, *thread safe*, **Set** data structure implementation in Go. The thread safety encompasses all operations on one set.