“unrecognized import path” with go get

后端 未结 9 791
你的背包
你的背包 2020-12-07 18:00

I\'m trying to install a web.go, but running go get github.com/hoisie/web returns

package bufio: unrecognized import path \"bufio\"         


        
9条回答
  •  没有蜡笔的小新
    2020-12-07 18:53

    Because GFW forbidden you to access golang.org ! And when i use the proxy , it can work well.

    you can look at the information using command go get -v -u golang.org/x/oauth2

提交回复
热议问题