Sometimes in some scenarios, we might find that having the data race might be not so bad, my question is how many ways we have to ignore data race in the Golang. I found out with build tags, we could ignore the data race => // +build !race do we have some other ways without building tags?
-- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/07ea0032-e786-44a5-b0d5-502bfb74093fn%40googlegroups.com.