Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
Remove koding badge until it's working for anonymous logins too
  • Loading branch information
fatih committed Nov 22, 2013
1 parent 54cb8da commit d8e51cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit d8e51cb

Please sign in to comment.