Hello, I'm running go1.8 windows/amd64

I have a working program, which I want to compile to Linux. So I set 
GOOS=linux and then go build

I have a virtual machine with Debian 7. And I run the program. However it 
functions incorrectly.

In the main function I call various go routines, I've set println after 
each call, so I know they are being executed. But I don't get the printlns 
I've set inside of some of those routines, for the same purpose.

Can this have something to do with the program being cross compiled? What 
should I test to see if I can get it working?

Thanks in advance
Rodrigo

-- 
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