log.Debug("connection OK") outputs
DEBU[0000] connection OK when compiled on or for Linux/amd64
time="2018-05-30T09:38:26+02:00" level=debug msg="connection OK" when compiled on Windows 10
Is a different default behaviour between systems for the same code something expected?
(apologies if this is obvious - I am just starting with Go, coming from Python and JS)
log.Debug("connection OK")outputsDEBU[0000] connection OKwhen compiled on or for Linux/amd64time="2018-05-30T09:38:26+02:00" level=debug msg="connection OK"when compiled on Windows 10Is a different default behaviour between systems for the same code something expected?
(apologies if this is obvious - I am just starting with Go, coming from Python and JS)