Adding in Buffstreams - Streaming protobuffs message data over TCP made easy

This commit is contained in:
StabbyCutyou 2015-07-11 11:26:27 -04:00
parent 053f786677
commit 52f61689af

View File

@ -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