Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 0/1] introduce an eclass to handle go modules (round 5)
Date: Wed, 18 Sep 2019 20:27:01
Message-Id: 20190918202631.8667-1-williamh@gentoo.org
1 After some discussion with zmedico, this iteration uses EGO_VENDOR from
2 the previous eclasses so that you don't have to make a vendor tarball.
3
4 Thanks,
5
6 William
7
8 William Hubbs (1):
9 go-module.eclass: introduce new eclass to handle go modules
10
11 eclass/go-module.eclass | 161 ++++++++++++++++++++++++++++++++++++++++
12 1 file changed, 161 insertions(+)
13 create mode 100644 eclass/go-module.eclass
14
15 --
16 2.21.0

Replies