https://studygolang.com/articles/7087

1
2
3
4
5
6
7
8
9
10
11
12
13
export GOPATH=~/go
git clone https://github.com/golang/net.git $GOPATH/src/github.com/golang/net
git clone https://github.com/golang/sys.git $GOPATH/src/github.com/golang/sys
git clone https://github.com/golang/tools.git $GOPATH/src/github.com/golang/tools
ln -s $GOPATH/src/github.com/golang $GOPATH/src/golang.org/x

export http_proxy="localhost:1088"
export https_proxy="localhost:1088"

rm -rf ~/Library/Caches/go-build

go build -a
go install -a

https://zhuanlan.zhihu.com/p/55039990
https://blog.csdn.net/shelgi/article/details/106409090
https://zhuanlan.zhihu.com/p/365851626

Go语言圣经(简体中文版)
https://docs.hacknode.org/gopl-zh/index.html
https://flydk.gitbooks.io/go

go
fzf
gogs
act
gitea
beego
docker_practice
lux
colly
fasthttp
colima
go-cqhttp
ui
miller
linuxkit
gopl.io
walk
pdfcpu
go-gi
protoactor-go
TopList
DocHub
pt
gospider
go_spider
Go-Spider
scany

awesome-go-cn

用Golang写爬虫(一)