clipperhouse / typewriter

The package underlying gen: type-driven code generation for Go
http://clipperhouse.github.io/gen/typewriters/#
Other
52 stars 20 forks source link

[fix] golang 1.6 imports #17

Closed WnP closed 8 years ago

WnP commented 8 years ago

Fix those errors on golang 1.6:

cannot find package "golang.org/x/tools/go/gcimporter" in any of:
…

here you can found more information about gcimporter and

no buildable Go source files in /home/scl/go/src/golang.org/x/tools/go/types

as go/types is now part of golang sources

clipperhouse commented 8 years ago

Thank you!