debugtools

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package channel defines the logger.
Package channel defines the logger.
Package sync defines the logger.
Package sync defines the logger.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL