mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-06 16:16:35 +00:00
2ac5a559b4
## Description This PR wraps the stdlib sync.(RW)Mutex & godeadlock.(RW)Mutex. This enables using go-deadlock via a build flag instead of using sed to replace sync with godeadlock in all files Closes: #3242