
"username" gets read by one goroutine and written by another. Therefore it must be protected by a mutex to avoid triggering the race detector.
"username" gets read by one goroutine and written by another. Therefore it must be protected by a mutex to avoid triggering the race detector.