Update go-lint.rcp

Update go-lint.rcp
This commit is contained in:
Li-Gru 2019-06-10 10:38:41 +03:00 committed by GitHub
parent 5534e20b8a
commit 3f011ec2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
(:name go-lint
:description "lint for the Go source code"
:type go
:pkgname "github.com/golang/lint/golint"
:pkgname "golang.org/x/lint/golint"
:features golint
:load-path "src/github.com/golang/lint/misc/emacs"
:load-path "src/golang.org/x/lint/misc/emacs"
:post-init (progn
(add-to-list 'exec-path (concat default-directory "bin"))
(el-get-envpath-prepend "PATH" (concat default-directory "bin"))))