Skip to content
  • Marko's avatar
    libs: wrap mutexes for build flag with godeadlock (#5126) · 2ac5a559
    Marko authored
    ## 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
    2ac5a559