any plan to migrate to Go 1.5?
c9s opened this issue · 2 comments
c9s commented
The go/types
has been moved into the go repository, hence the import path golang.org/x/tools/go/types
can be written as go/types
and the import decl can be:
import (
"go/types"
"go/importer"
_ "go/internal/gcimporter"
)
clipperhouse commented
I’m excited about this, yes. Though it seems not backward compatible? I’d have to have high confidence in the user having 1.5.
c9s commented
Great, I think I will work on my fork for Go 1.5