From @arschles on April 13, 2016 16:33
Important sections of this codebase are protected by sync.Mutexes or sync.RWMutexes, so special attention should be paid to writing concurrent tests (so that we can run go test -race)
Copied from original issue: deis/logger#57
From @arschles on April 13, 2016 16:33
Important sections of this codebase are protected by
sync.Mutexes orsync.RWMutexes, so special attention should be paid to writing concurrent tests (so that we can rungo test -race)Copied from original issue: deis/logger#57