Subject: CVS commit: pkgsrc/devel/go-goreturns
From: Benny Siegert
Date: 2021-01-31 17:50:43
Message id: 20210131165043.BCDF5FA91@cvs.NetBSD.org

Log Message:
goreturns: turn package into module-based build

I created go.mod and go.sum by running "go mod init" and "go \ 
get" in the
top-level directory and copied them over to $FILESDIR.

Also stop installing the source code and .a files. We can now also cut
the dependency on go-tools, so that go-tools can be a module. This is a
good thing, since the dependencies for the non-module build are getting
out of hand.

Files:
RevisionActionfile
1.25modifypkgsrc/devel/go-goreturns/Makefile
1.2modifypkgsrc/devel/go-goreturns/PLIST
1.2modifypkgsrc/devel/go-goreturns/distinfo
1.1addpkgsrc/devel/go-goreturns/go-modules.mk
1.1addpkgsrc/devel/go-goreturns/files/go.mod
1.1addpkgsrc/devel/go-goreturns/files/go.sum