buildprog

command module
v0.0.0-...-03530e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2021 License: MIT Imports: 6 Imported by: 0

README

buildprog

Get a progress bar for your Go builds!

⚠ This uses go build's -a flag. This means it re-compiles everything every time, so this will most likely not build nearly as fast as just plain go build. I would only advise using this for understanding how fast your builds are, not for actual use.

This works by using go build's -x flag. Read more here!

You can use -cleancache to have it refresh the cache. This is useful if you have added a dependency, since sometimes the automatic updating doesn't work.

You can use -h to get help. It is just:

buildprog -cleancache <Arguments to go build>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL