mdempsky / gocode

An autocompletion daemon for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get fails for Go 1.8

ramya-rao-a opened this issue · comments

Below is the logs from travis when trying to install gocode for Go 1.8

image

@stamblerre Did something change upstream that is causing this? There was no problem 2 days ago.

Yeah, it looks like golang/tools@a53bc13 caused this. I think we support 2 versions behind the current Go version, so I don't think I can necessarily fix this.

I think nsf/gocode works fine for Go 1.8, though right? Maybe we can add a configuration that downloads nsf/gocode if the user's Go version is <= 1.8?

Good point, I'll look into that.