美文网首页
golang gocolly/colly 安装和一些填坑

golang gocolly/colly 安装和一些填坑

作者: Mr_Laoyu | 来源:发表于2020-03-02 16:43 被阅读0次
    go get -u github.com/gocolly/colly/... 
    

    有些包无法下载,我们通过git来下载

    git clone https://github.com/golang/net.git  $GOPATH/src/golang.org/x/net 
    
    git clone https://github.com/golang/text.git  $GOPATH/src/golang.org/x/text     
    
    git clone https://github.com/golang/protobuf.git  $GOPATH/src/github.com/golang/protobuf         
    
    git clone https://github.com/golang/appengine.git $GOPATH/src/google.golang.org/appengine
    
    

    非常好用的七牛云的国内镜像

     go env -w GOPROXY=https://goproxy.cn,direct
    

    相关文章

      网友评论

          本文标题:golang gocolly/colly 安装和一些填坑

          本文链接:https://www.haomeiwen.com/subject/rcvvkhtx.html