Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
aaronblohowiak
on April 28, 2014
|
parent
|
context
|
favorite
| on:
Some thoughts on Go and Erlang
>Like say build tools static analysis tools to check if go-routines end up accessing shared state
I believe this is what the go race detector does:
http://blog.golang.org/race-detector
pcwalton
on April 28, 2014
[–]
That's not static analysis though.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I believe this is what the go race detector does: http://blog.golang.org/race-detector