[go-nuts] Re: go binaries behaves differently on two identical linux servers

2019-10-02 Thread Jason E. Aten
Presumably you are running the exact same binary (compiled Go program) on both server-1 and server-2. Hence the differences must be due to machine configuration. Something outside of your Go code. I suggest that you spin up a 3rd linode, clone it from master (or the working server) and insta

[go-nuts] Re: go binaries behaves differently on two identical linux servers

2019-10-02 Thread Jason E. Aten
Presumably you are running the exact same binary (compiled Go program) on both server-1 and server-2. Hence the differences must be due to machine configuration. Something outside of your Go code. I suggest that you ppin up a 3rd linode, clone it from master (or the working server) and instal