docs(go): update gore URL in README

The Gore repository was moved and `go get` won't handle redirects.

Close #5325
This commit is contained in:
Sergey Nizovtsev 2021-08-01 21:56:54 +03:00 committed by GitHub
parent 89bb96c304
commit 8257954d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ This module requires a valid ~GOPATH~, and the following Go packages:
#+BEGIN_SRC sh #+BEGIN_SRC sh
export GOPATH=~/work/go export GOPATH=~/work/go
go get -u github.com/motemen/gore/cmd/gore go get -u github.com/x-motemen/gore/cmd/gore
go get -u github.com/stamblerre/gocode go get -u github.com/stamblerre/gocode
go get -u golang.org/x/tools/cmd/godoc go get -u golang.org/x/tools/cmd/godoc
go get -u golang.org/x/tools/cmd/goimports go get -u golang.org/x/tools/cmd/goimports