sqs / goreturns

A gofmt/goimports-like tool for Go programmers that fills in Go return statements with zero values to match the func return types
Other
530 stars 55 forks source link

Import types #53

Open krhubert opened 5 years ago

krhubert commented 5 years ago

I have removed hack and replaced it with go/types Check.

Pros: support more types Cons: hum?

krhubert commented 5 years ago

fix for #36

For type aliasing, I dropped support for go 1.8 (and add support for go 1.11)

krhubert commented 5 years ago

@sqs Any update on this?