From 52f61689af00523f149dc9e7af64b16480ddab28 Mon Sep 17 00:00:00 2001 From: StabbyCutyou Date: Sat, 11 Jul 2015 11:26:27 -0400 Subject: [PATCH] Adding in Buffstreams - Streaming protobuffs message data over TCP made easy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c0b84d..b6dfbb9 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for working with various layers of the network* +* [buffstreams](https://github.com/stabbycutyou/buffstreams) - Streaming protocolbuffer data over TCP made easy * [dns](https://github.com/miekg/dns) - Go library for working with DNS * [ftp](https://github.com/jlaffaye/ftp) - Package ftp implements a FTP client as described in [RFC 959](http://tools.ietf.org/html/rfc959). * [gopacket](https://github.com/google/gopacket) - A Go library for packet processing with libpacp bindings