From 7ae48e98d42c3a98614898ea422b285ccbe2afbc Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 26 Nov 2014 17:25:44 +0200 Subject: [PATCH] added tcp_server library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b20c0c6..684ec5d 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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 Go package for quickly writing tcp applications - +* [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster ## OpenGL