Learn Go in Y minutes
https://learnxinyminutes.com/docs/go/
如何写出优雅的go代码
https://zhuanlan.zhihu.com/p/69445822
代码命名规范官方指南
https://github.com/golang/go/wiki/CodeReviewComments
Google开源项目风格指南
https://zh-google-styleguide.readthedocs.io/en/latest/contents/
为什么Go语言没有泛型
https://zhuanlan.zhihu.com/p/103618534
Go程序是怎样跑起来的
https://www.cnblogs.com/qcrao-2018/archive/2019/07/03/11124360.html#goroot-
Go 环境变量
https://blog.csdn.net/RA681t58CJxsgCkJ31/article/details/102578187