Some bugs caused by data race cannot be detected by running unittest only 
once. Before Go 1.12, I can use GOCACHE=off go test -race . to force it to 
run without cache, but GOCACHE=on is required as of Go 1.12. So how can I 
workaround this?

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