Skip to content

fixed godef look up in gopath - #6

Open
ericaro wants to merge 1 commit into
buaazp:masterfrom
ericaro:master
Open

fixed godef look up in gopath#6
ericaro wants to merge 1 commit into
buaazp:masterfrom
ericaro:master

Conversation

@ericaro

@ericaro ericaro commented Mar 4, 2015

Copy link
Copy Markdown

Hi buaazp,

Godef plugin makes an unecessary lookup into $GOPATH for the godef executable.
Usually the OS does the lookup, and you just need to have godef reachable from the path.

So with this simplification, now 'godef' only need to be in the PATH, and I can install it for all user etc.

Regards,

now godef only need to be in the PATH
@yalay

yalay commented Nov 1, 2016

Copy link
Copy Markdown

I have the same idea as you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants