On Wed, Sep 25, 2019 at 10:02:34PM +0200, Michał Górny wrote:
> On Tue, 2019-09-24 at 13:08 -0500, William Hubbs wrote:
*snip*
> > +# @DESCRIPTION:
> > +# This eclass provides basic settings and functions
> > +# needed by all software written in the go programming language that uses
> > +# go mod
On Tue, 2019-09-24 at 13:08 -0500, William Hubbs wrote:
> This eclass includes the basic settings and src_unpack/pkg_postinst
> functions for Go modules.
>
> Signed-off-by: William Hubbs
> ---
> eclass/go-module.eclass | 164
> 1 file changed, 164 inserti
This eclass includes the basic settings and src_unpack/pkg_postinst
functions for Go modules.
Signed-off-by: William Hubbs
---
eclass/go-module.eclass | 164
1 file changed, 164 insertions(+)
create mode 100644 eclass/go-module.eclass
diff --git a/eclas