Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Go 1.X support #86

Closed
palsivertsen opened this issue Nov 20, 2018 · 2 comments
Closed

Go 1.X support #86

palsivertsen opened this issue Nov 20, 2018 · 2 comments

Comments

@palsivertsen
Copy link

From readme:

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"

@stamblerre
Copy link
Collaborator

You're right, thanks for pointing that out.

@stamblerre
Copy link
Collaborator

Fixed by fa5c674.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants