package
6.4.2063+incompatible
Repository: https://github.com/lmorg/murex.git
Documentation: pkg.go.dev

# Functions

Dump is used for runtime output of the status of various debug modes.
Json encode an object then write it as a debug message.
Log writes a debug message.
Logf writes a debug message using [fmt.Printf] arguments.
No description provided by the author

# Variables

Enabled is a flag used for debugging murex code.

# Structs

BadMutex is only used to test deadlocks and shouldn't be used in release code.
VMutex is a verbose mutex used to test deadlocks and shouldn't be used in release code.