`go tool dist test -list` rebuilds the standard library ``` pi@raspberrypi ~/go/src $ go tool dist test -list ##### Building packages and commands. runtime ^C ``` -list won't run any tests, so it shouldn't kick of an expensive rebuild.
go tool dist test -listrebuilds the standard library-list won't run any tests, so it shouldn't kick of an expensive rebuild.