Path to this page:
Subject: CVS commit: pkgsrc/devel/go-goreturns
From: Min Sik Kim
Date: 2018-07-22 00:07:31
Message id: 20180721220731.C8F72FBEC@cvs.NetBSD.org
Log Message:
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.
Files: