typewriter
typewriter copied to clipboard
any plan to migrate to Go 1.5?
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"
)
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.
Great, I think I will work on my fork for Go 1.5