golang开发
工具安装
https://studygolang.com/dl下载最新版本。
1 | yum install epel-release |
项目实战
jupiter
https://jupiter.douyu.com/jupiter/
chat
https://github.com/tinode/chat
1 | # The steps above install Tinode binaries at $GOPATH/bin/, sorces and supporting files are located at $GOPATH/pkg/mod/github.com/tinode/chat@vX.XX.X/ where X.XX.X is the version you installed, such as 0.19.1. |