Golang
TODO
- [[Hugo]]
- GitHub - jaywcjlove/golang-tutorial: Go语言快速入门
- https://awesome-programming-books.github.io/golang/Go源码剖析.pdf
- https://awesome-programming-books.github.io/golang/go程序设计语言.pdf
Inbox
- go install 网络问题解决方案
($env:http_proxy="http://127.0.0.1:7890") -and (go install github.com/xxx/yyy@version)
($env:GOPROXY="https://goproxy.cn") -and (go install github.com/xxx/yyy@version)
go env -w GOPROXY=https://goproxy.cn,direct