On Wed, Feb 26, 2020 at 09:24:35AM -0600, William Hubbs wrote: > *** BLURB HERE *** > This is another round of support for go modules. > The first patch adds goproxy to the gentoo mirror system so that > ebuilds can be written with "mirror://goproxy/foo/bar" in SRC_URI. This > is used by the go-module.eclass changes in the second patch. > > The second patch adds EGO_SUM as a variable to the go-module.eclass. > This also allows us to create a local goproxy for the modules we > download. This is in the tree with some documentation updates. Now we need to start migrating go-module ebuilds from EGO_VENDOR to EGO_SUM. If no one objects I'll work on this over the next few days along with anyone else who happens to see the ebuilds. Let me know if there are any questions. Thanks, William