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" ) ```
The
go/typeshas been moved into the go repository, hence the import pathgolang.org/x/tools/go/typescan be written asgo/typesand the import decl can be: