1.5节fetch.go的例子 输入 go build gopl.io/ch1/fetch之后 遇到如下问题![捕获.PNG](https://static.studygolang.com/180418/a84f665ebd28d8a087b03e1c9cd2d855.PNG)
can't load package: package gopl.io/fetch: cannot find package "gopl.io/fetch" in any of:
D:\Go\src\gopl.io\fetch (from $GOROOT)
D:\Go\MyGoProject\src\gopl.io\fetch (from $GOPATH)
请问该如何解决
go get gopl.io\fetch
可以看看这个中文教程:https://cloud.tencent.com/developer/doc/1101,我觉得还挺有用的
#4
更多评论