|
|
|
|
|
by websiteapi
177 days ago
|
|
is go not memory safe? other than unsafe and other contrived goroutine scenarios, isn't it? I'm actually really curious - I've been writing go for just a couple years now and my understanding is the only ways for it to be unsafe are the two scenarios I described earlier. |
|
See: https://blog.stalkr.net/2015/04/golang-data-races-to-break-m...