Comment by lenkite
4 days ago
The first one should be caught by the Go race detector AFAIK. It will warn about the conflicting write accesses to err when both goroutines run.
4 days ago
The first one should be caught by the Go race detector AFAIK. It will warn about the conflicting write accesses to err when both goroutines run.