ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[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)