Documentation
¶
Overview ¶
Package debug is a single-knob diagnostic gate.
Set CLAWK_DEBUG=1 in the environment to enable verbose behaviour across the CLI (extra daemon log lines, the SIGUSR1 goroutine dump, …). The check is cheap — a single boolean read, no allocations — so callers can gate expensive diagnostics on Enabled() even in hot paths.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.