pkgsrc/devel/go-goreturns/DESCR
minskim 845c9a6cd0 devel/go-goreturns: Import version 0.0.20180301
A gofmt/goimports-like tool for Go programmers that fills in Go return
statements with zero values to match the func return types. This tool
adds zero-value return values to incomplete Go return statements, to
save you time when writing Go. It is inspired by and based on
goimports.
2018-07-21 22:07:31 +00:00

5 lines
283 B
Text

A gofmt/goimports-like tool for Go programmers that fills in Go return
statements with zero values to match the func return types. This tool
adds zero-value return values to incomplete Go return statements, to
save you time when writing Go. It is inspired by and based on
goimports.