Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> We hope that both the race detector and the introduction of goroutine preemption and interleaving in Go 1.1 has already helped programmers identify and eliminate many such bugs.

I recall that it took me a while to discover the race detector when I started using Go. Now I always set GOMAXPROCS=runtime.NumCPU() and use the race detector.

https://golang.org/doc/articles/race_detector.html



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: