Output go build

Hello, to approve a product they are asking me for the log generated by go build. But go build does not generate any kind of output, it only generates the executable correctly. Does anyone know if this is possible.

The documentation for the go build command can be found here; the options are just a little bit down from there. It sounds like you might be looking for -v or -x.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.