//
pkg.gl
Category
github.com/lmorg/murex
debug
package
6.4.2063+incompatible
Repository:
https://github.com/lmorg/murex.git
Documentation:
pkg.go.dev
Overview
Versions
5
Dependencies
6
Dependents
116
Files
64 SLOC
#
Functions
Dump
Dump is used for runtime output of the status of various debug modes.
Json
Json encode an object then write it as a debug message.
Log
Log writes a debug message.
Logf
Logf writes a debug message using [fmt.Printf] arguments.
LogWriter
No description provided by the author
#
Variables
Enabled
Enabled is a flag used for debugging murex code.
#
Structs
BadMutex
BadMutex is only used to test deadlocks and shouldn't be used in release code.
VMutex
VMutex is a verbose mutex used to test deadlocks and shouldn't be used in release code.