Releases: kynrai/tainted
Releases · kynrai/tainted
Include new packages
Renamed and Refactored
Renamed to tainted as inspired by terraform taint
A total rewrite of how the tool works. It now uses go list as a source of input and uses go/build package to derive the imports instead of recursive spawns of shell commands which was incredibly slow.
Initial Release
First release of chooser.
Uses go and git command line calls to determine which packages under a cmd directory are affected by changes between two git commit hashes.
Notes
Requires the packages that can be built to be present under the cmd folder