golang下載gocolly/colly

git clone https://github.com/golang/net.git src/github.com/golang/net
git clone https://github.com/golang/sys.git src/github.com/golang/sys
git clone https://github.com/golang/tools.git src/github.com/golang/tools
git clone https://github.com/golang/lint.git src/github.com/golang/lint
git clone https://github.com/golang/mod.git src/github.com/golang/mod
git clone https://github.com/golang/text.git src/github.com/golang/text
git clone https://github.com/golang/crypto.git src/github.com/golang/crypto
然後複製到src/golang.org/x/目錄下

git clone https://github.com/googleapis/google-cloud-go src/cloud.google.com/go
然後複製到src/cloud.google.com/go/目錄下

git clone https://github.com/grpc/grpc-go.git src/google.golang.org/grpc
git clone https://github.com/golang/appengine src/google.golang.org/appengine
然後複製到src/google.golang.org/目錄下

go get -u github.com/gocolly/colly/...

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章