You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
This fork should work for all versions of Go >= 1.8
However go get fails on Go1.8:
$ docker run --rm -it golang:1.8
root@979761930cff:/go# go get -u github.com/mdempsky/gocode
# golang.org/x/tools/go/internal/gcimporter
src/golang.org/x/tools/go/internal/gcimporter/bexport.go:212: obj.IsAlias undefined (type *types.TypeName has no field or method IsAlias)
Go1.9 seems to work fine.
Looking at #73 seems readme should be updated to say "Go >= 1.9"
The text was updated successfully, but these errors were encountered:
From readme:
However
go get
fails on Go1.8:Go1.9 seems to work fine.
Looking at #73 seems readme should be updated to say "Go >= 1.9"
The text was updated successfully, but these errors were encountered: