Source: golang-github-sasha-s-go-deadlock Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 4.0.0 Homepage: https://github.com/sasha-s/go-deadlock Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sasha-s-go-deadlock Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sasha-s-go-deadlock.git XS-Go-Import-Path: github.com/sasha-s/go-deadlock Testsuite: autopkgtest-pkg-go Package: golang-github-sasha-s-go-deadlock-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go Description: Online deadlock detection in go Online deadlock detection in go (golang). go-deadlock provides (RW)Mutex drop-in replacements for sync.(RW)Mutex. It would not work if you create a spaghetti of channels. Mutexes only.