https://github.com/luzifer/update-gotools
Have a working environment set up with tools compiles from Go sources
https://github.com/luzifer/update-gotools
golang tool
Last synced: about 1 year ago
JSON representation
Have a working environment set up with tools compiles from Go sources
- Host: GitHub
- URL: https://github.com/luzifer/update-gotools
- Owner: Luzifer
- License: apache-2.0
- Created: 2018-02-20T20:32:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T18:59:23.000Z (over 7 years ago)
- Last Synced: 2025-02-10T15:41:07.817Z (over 1 year ago)
- Topics: golang, tool
- Language: Go
- Homepage:
- Size: 865 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/Luzifer/update-gotools)



# luzifer / update-gotools
This program is a successor of my `update-gotools` script to have a working environment set up with tools compiles from Go.
This version supports checking out specific versions, limiting work load by number of CPUs, marking packages as requiring a single threaded compile not to run into race conditions when other packages are touching the same sources, ...