fix wrong url for go-def

This commit is contained in:
Soren Mathiasen 2016-09-09 08:35:22 +02:00
parent 784440c855
commit 4ca794d88a

View File

@ -1,5 +1,5 @@
(:name go-def
:description "Required for go-mode godef functions"
:type go
:pkgname "code.google.com/p/rog-go/exp/cmd/godef"
:pkgname "github.com/rogpeppe/godef"
:post-init (add-to-list 'exec-path (concat default-directory "bin")))