diff --git a/README.md b/README.md index 593fe26a..cc57a64d 100644 --- a/README.md +++ b/README.md @@ -1435,6 +1435,7 @@ _**Unofficial** set of patterns for structuring projects._ * [cidranger](https://github.com/yl2chen/cidranger) - Fast IP to CIDR lookup for Go. * [dhcp6](https://github.com/mdlayher/dhcp6) - Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. * [dns](https://github.com/miekg/dns) - Go library for working with DNS. +* [easytcp](https://github.com/DarthPestilane/easytcp) - A light-weight TCP framework written in Go (Golang), built with message router. EasyTCP helps you build a TCP server easily fast and less painful. * [ether](https://github.com/songgao/ether) - Cross-platform Go package for sending and receiving ethernet frames. * [ethernet](https://github.com/mdlayher/ethernet) - Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. * [fasthttp](https://github.com/valyala/fasthttp) - Package fasthttp is a fast HTTP implementation for Go, up to 10 times faster than net/http.