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

Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit ecb51e4

Browse files
authored
Update documentation for golint.el
Seems like the file location has changed.
1 parent 959b441 commit ecb51e4

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