Provides deadlock detection for Go mutexes and RWMutexes, replacing sync.Mutex and sync.RWMutex with wrappers that detect potential deadlocks.
go get github.com/sasha-s/go-deadlockNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use a deadlock-detecting mutex
Replace with sync.Mutex in production builds
No dependency data recorded yet.