An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/update-gotools)](https://goreportcard.com/report/github.com/Luzifer/update-gotools)
![](https://badges.fyi/github/license/Luzifer/update-gotools)
![](https://badges.fyi/github/downloads/Luzifer/update-gotools)
![](https://badges.fyi/github/latest-release/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, ...