gotcp – [458]
最后更新于:2022-04-02 02:50:40
[TOC]
> [参考](https://github.com/gansidui/gotcp)
## 概述
Go软件包,用于快速构建TCP服务器
## 安装
`go get github.com/gansidui/gotcp
`
## example
* [echo](https://github.com/gansidui/gotcp/tree/master/examples/echo)
* [telnet](https://github.com/gansidui/gotcp/tree/master/examples/telnet)
';