On Wednesday, January 11, 2017 at 11:08:37 PM UTC-8, tsuna wrote:
>
> On Sun, Jan 8, 2017 at 8:42 AM, Dragos Harabor <dh...@harabor.com 
> <javascript:>> 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”. 
>
>
Looks like we'll have even better runtime detection in 1.8:
https://beta.golang.org/doc/go1.8#mapiter

And I agree with what you said above. 

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