CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/07/02 20:37:46
Modified files:
infrastructure/bin: modgo-gen-modules-helper
lang/go : go.port.mk
Log message:
Attempt to make the experience of updateing a Go port a bit easier.
- Add a version argument (second) to modgo-gen-modules-helper.
- Change modgo-gen-modules target to fetch module info for the
current MODGO_VERSION of a port. Setting MODGO_VERSION=latest
will fetch the latest version the Go ecosystem knows about.
Similarly, if MODGO_VERSION is empty, fetch the latest
verstion Go knows about.
While here:
- Add '-trimpath' to MODGO_FLAGS.
OK danj@