Thank you!

go build -o . ./...

does the trick.  And now I know what I'm looking for, I can find it in the 
documentation:

*When compiling multiple packages or a single non-main package, build 
compiles the packages but discards the resulting object, serving only as a 
check that the packages can be built.*


*The -o flag forces build to write the resulting executable or object to 
the named output file or directory, instead of the default behavior 
described in the last two paragraphs.*


Thanks again,

Brian.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/4450d4b4-9770-42b9-89c1-a87a9f423293o%40googlegroups.com.

Reply via email to