8000 lint: update documentation for golint.el · golang/lint@1621716 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit 1621716

Browse files
kevswanbergandybons
authored andcommitted
lint: update documentation for golint.el
Change-Id: I4f8e29316e6db771568339851aaaf532135562d8 GitHub-Last-Rev: ecb51e4 GitHub-Pull-Request: #458 Reviewed-on: https://go-review.googlesource.com/c/lint/+/189018 Reviewed-by: Andrew Bonventre <andybons@golang.org>
1 parent 414d861 commit 1621716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Optionally, add this to your `~/.vimrc` to automatically run `golint` on `:w`
7878

7979
Add this to your `.emacs` file:
8080

81-
(add-to-list 'load-path (concat (getenv "GOPATH") "/src/github.com/golang/lint/misc/emacs"))
81+
(add-to-list 'load-path (concat (getenv "GOPATH") "/src/golang.org/x/lint/misc/emacs/"))
8282
(require 'golint)
8383

8484
If you have multiple entries in your GOPATH, replace `$GOPATH` with the right value.

0 commit comments

Comments
 (0)
0