-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请教下如何布置环境 #10
Comments
或者
go get github.com/go-clog/clog
go get github.com/PuerkitoBio/goquery
go get github.com/axgle/mahonia
go get github.com/bitly/go-simplejson
go build |
感谢你的回复,我先安装好了Go,也go get了下面这几个依赖的包。在安装到第二个goquery包的时候,因为用go get 安装 golang 官方包失败,我挂了VPN美国区的也不行。 最后按照这个帖子的方法,http://www.bubuko.com/infodetail-2295919.html 在第三步,我执行go build时,提示can't load package: package .: no Go files in /Users/xxx 请问这个是因为什么原因?是我哪里没有配置好吗? 我的.bash_profile文件配置如下: 请问是否有错误?go env看到的配置结果如下: 非常感谢,新手学习中,给您添麻烦了。谢谢 |
应该Clone到这个目录下: |
用 go get 下载,不用手动现在.zip go get github.com/adyzng/go-jd |
谢谢,这几天在外面出差。回去测试下。感谢回复 |
请问下这个怎么用 |
抱歉占用你的精力,不是太了解这个要怎么配置,如果方便的话,是否能告知我一下。谢谢
The text was updated successfully, but these errors were encountered: