go: remove note on copying no longer used goimports

This commit is contained in:
2019-11-30 22:37:53 +01:00
parent 8ab6ce55cf
commit ec7a5943ad

View File

@ -597,7 +597,7 @@ inserted between the braces between the braces."
;;; ``` ;;; ```
;;; 5. Add your `$GOPATH/bin` to your `PATH` environment variable (or ;;; 5. Add your `$GOPATH/bin` to your `PATH` environment variable (or
;;; copy the `gopls`, `goimports`, and `guru` executables from ;;; copy the `gopls` and `guru` executables from
;;; `$GOPATH/bin` to some directory which is in your `PATH`). ;;; `$GOPATH/bin` to some directory which is in your `PATH`).
;;; See also ;;; See also