This repository aims to bring useful tools to help debugging applications written in GO.
Package that helps debugging mutexes and workgroups in a distributed system. Any system deadlock will fire off after a defined timeout. This is a drop-in replacement for the sync standard library.
Package that helps debugging locked channels. The created channel will generate a log if we need to wait more than the timeout before writing or reading a value to/from the channel.