I am developing go on mac
but my test environment is on linux.

Can I build a bin like 
GOOS=linux GOARCH=amd64 go test -c && ./sum.test

and do test on linux , and get a coverage report ?
how?

Need install go environment on linux ?

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to