GitHub - dedis/debugtools: Package that helps debugging mutexes and workgroups in a distributed system

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Go lint Go test Coverage Status Go Report Card

debugtools

This repository aims to bring useful tools to help debugging applications written in GO.

sync

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.

channel

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.