cheekybits / genny

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

Adding multi-file support #38

Closed itsmontoya closed 7 years ago

itsmontoya commented 7 years ago

So I've been thinking about this a bit. I think it should support exporting to a single file. How do you feel about this?

itsmontoya commented 7 years ago

Here is an example of the new multi file generating in use https://github.com/itsmontoya/turtle/blob/initial_pull/types/bytes/turtle.go

itsmontoya commented 7 years ago

Going to sit on this for a bit and refine it