From ea50b45af69cbde2e61c0fdc2305c796fc0d67da Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Nov 2014 17:49:12 +0800 Subject: [PATCH 1/3] Add gotcp and skiplist --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1686b5b5..6b18a070 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go. * [mafsa](https://github.com/smartystreets/mafsa) - MA-FSA implementation with Minimal Perfect Hashing * [trie](https://github.com/derekparker/trie) - Trie implementation in Go @@ -327,6 +328,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gopacket](https://code.google.com/p/gopacket) - A Go library for packet processing with libpacp bindings * [gopcap](https://github.com/akrennmair/gopcap) - A Go wrapper for libpcap * [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions +* [gotcp](https://github.com/gansidui/gotcp) - A convenient package for quickly writing tcp applications in golang. ## OpenGL From d7dd720b902bcf64e2b36b9c9673682fb927a133 Mon Sep 17 00:00:00 2001 From: lijie Date: Sat, 22 Nov 2014 01:32:08 +0800 Subject: [PATCH 2/3] Add gotcp and skiplist, adjust alphabetized --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b18a070..77e3fd98 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. -* [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in 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 *Databases implemented in Go.* From 6e5ad2701761dc9398e09fa27bf8c4843bb8ef52 Mon Sep 17 00:00:00 2001 From: lijie Date: Sat, 22 Nov 2014 11:55:57 +0800 Subject: [PATCH 3/3] Modify description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77e3fd98..19be296c 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bloom](https://github.com/dataence/bloom) - Bloom filters implemented in Go. * [encoding](https://github.com/dataence/encoding) - Integer Compression Libraries 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. +* [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go * [trie](https://github.com/derekparker/trie) - Trie implementation in Go *Databases implemented in Go.* @@ -328,7 +328,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gopacket](https://code.google.com/p/gopacket) - A Go library for packet processing with libpacp bindings * [gopcap](https://github.com/akrennmair/gopcap) - A Go wrapper for libpcap * [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions -* [gotcp](https://github.com/gansidui/gotcp) - A convenient package for quickly writing tcp applications in golang. +* [gotcp](https://github.com/gansidui/gotcp) - A Go package for quickly writing tcp applications ## OpenGL