Dynamic Data Race Detection in Go Code

3 · Uber Open Source · April 28, 2022, 4:40 p.m.
Uber has extensively adopted Go as a primary programming language for developing microservices. Our Go monorepo consists of about 50 million lines of code and contains approximately 2,100 unique Go services. Go makes concurrency a first-class citizen; prefixing function calls … The post Dynamic Data Race Detection in Go Code appeared first on Uber Engineering Blog....