cheekybits / genny

Elegant generics for Go
MIT License
1.71k stars 127 forks source link

fixed a bug that avoids to use types from other packages #16

Closed hneemann closed 8 years ago

hneemann commented 8 years ago

if the dot is not removed from the name, the generated code does not compile because dots are not allowed in a simple identifier.