On Sun, Jan 8, 2017 at 8:42 AM, Dragos Harabor <dh...@harabor.com> wrote: > You can compile/run with -race : > https://golang.org/doc/articles/race_detector.html
Yes I’m very familiar with this, thank you, but the race detector doesn’t guarantee your code is correct, and it’s hard to run in production due to the insane memory overhead. So the absence of complaints from the race detector is a good thing, and we already run our unit tests with it in an automated fashion, but that’s no substitute for actually looking at the logic in the code and asking the question “is this actually legit”. -- Benoit "tsuna" Sigoure -- 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.