Tag Archives: data sharing
Data Race Detector in Golang
Content written by author Rahul Shewale, who is currently employed at Josh Software. As we know, Golang is a powerful programming language with built-in concurrency. We can concurrently execute a function with other functions by creating goroutine using go keyword. … Continue reading
Posted in General
Tagged channel, data race, data sharing, golang, goroutine, mutex, race condition
Leave a comment