diff --git a/.README.md.swp b/.README.md.swp deleted file mode 100644 index aa0b3fd8..00000000 Binary files a/.README.md.swp and /dev/null differ diff --git a/README.md b/README.md index e5a43058..32aa6009 100644 --- a/README.md +++ b/README.md @@ -149,21 +149,20 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno ## Data Structures -*Libraries that provide general and specialized data structures.* - -* [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go. - -## Database - -*Generic data structures and algorithms for databases in Go.* +*Generic datastructures and algorithms in Go.* * [bitset](https://github.com/willf/bitset) - Go package implementing bitsets. * [bloom](https://github.com/dataence/bloom) - Bloom filters implemented in Go. * [encoding](https://github.com/dataence/encoding) - Integer Compression Libraries for Go. +* [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go. * [mafsa](https://github.com/smartystreets/mafsa) - MA-FSA implementation with Minimal Perfect Hashing * [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go * [trie](https://github.com/derekparker/trie) - Trie implementation in Go +## Database + +*Generic data structures and algorithms for databases in Go.* + *Databases implemented in Go.* * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.