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
I got this compilation error while executing go get github.com/mdempsky/maligned with Go1.5.1:
./maligned.go:50: impossible type assertion:
*"golang.org/x/tools/go/types".Struct does not implement "go/types".Type (wrong type for Underlying method)
have Underlying() "golang.org/x/tools/go/types".Type
want Underlying() "go/types".Type
github.com/golang/tools introduced an API change for go/types around commit: golang/tools@2477c0d.
The text was updated successfully, but these errors were encountered:
I got this compilation error while executing
go get github.com/mdempsky/maligned
with Go1.5.1:github.com/golang/tools
introduced an API change for go/types around commit: golang/tools@2477c0d.The text was updated successfully, but these errors were encountered: