“unrecognized import path” with go get

后端 未结 9 774
你的背包
你的背包 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:37

    $ unset GOROOT worked for me. As most answers suggest your GOROOT is invalid.

提交回复
热议问题