Greetings all!
I’ve seemed for fairly awhile, and the one reference I can discover to getting verbose output out of go set up
is Can I get ANY debug output from the go set up command? – #2 by petrus
Additional, I can’t discover any reference for these “construct flags” (see Go Modules Reference – The Go Programming Language) exterior of the instance proven within the discussion board submit above.
go assist
and go assist set up
don’t point out them. No man entry for go. Closest I may discover was wiki audean com/go/buildflags, however that’s go construct
and doesn’t cowl -x
or -n
.
The place did the data in that submit come from?
go set up -v -n -a
go set up -v -x -a
Thanks!
go assist set up
begins with this.
utilization: go set up [build flags] [packages]
And close to the tip says this.
For extra about construct flags, see 'go assist construct'.
go assist construct
consists of information in regards to the a
, -n
, -v
, and -x
flags.
-a
pressure rebuilding of packages which might be already up-to-date.
-n
print the instructions however don't run them.
-v
print the names of packages as they're compiled.
-x
print the instructions.