gomason v2.6.0 Release Notes
Release Date: 2020-01-12 // over 2 years ago-
โ Removes redundant checkout of code in golang.build and branch from Build() interface.
๐ It's not needed, and should be done by running Checkout() as appropriate (and as done by build, sign, test, and publish commands.
๐ Unlocks the ability to use Gomason's libraries internally in other projects and gives ability to build/test a non-checked in source tree.