https://blog.csdn.net/ggq89/article/details/82682171 Linux下Go的安装、配置 、升级和卸载
https://blog.csdn.net/weixin_37696997/article/details/78525639 centos安装golang、protobuf
https://www.cnblogs.com/mrblue/p/8891789.html CentOS7安装Go环境
https://www.cnblogs.com/pyyu/p/8032257.html Go语言之讲解GOROOT、GOPATH、GOBIN
GOROOT为你的Go安装跟目录
GOPATH为你go程序开发目录,go get后的包也会下载到该目录。
GOBIN为你的go运行目录,运行 go install 命令后,程序会被安装到该目录。
PATH为你Go程序根目录,用于能够通过控制台调用go命令。
https://hk.saowen.com/a/0974f14ebeaacefc2d4ea7193121f6faf8304388acc206e1781d42781d3883af golang 使用 protobuf 的教程
https://blog.csdn.net/panshiqu/article/details/53788067 Golang 在 Mac、Linux、Windows 下如何交叉编译
https://hk.saowen.com/a/0974f14ebeaacefc2d4ea7193121f6faf8304388acc206e1781d42781d3883af golang 使用 protobuf 的教程