cheekybits / genny

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

add goimports autofix for misising imports #12

Closed jason-xxl closed 9 years ago

jason-xxl commented 9 years ago

sometimes the generated file is not compilable as import path section missed some obvious path, so I added the goimports to fix this situation.

btw, running test it shows "found packages float32_queue.go (queue) and int_queue_newpkg.go (changed) in parse/test/queue" not sure if this indicates some potential error

jason-xxl commented 9 years ago

looks like goimports already in. so remove this PR, however I'm still not sure why I saw my error and not really reproducible. so remove it first.