gitstack

grindlemire/go-tui code browser

220 B Go 5 lines 2026-01-31 · e47a4fd raw
1
2
3
4
5
// Package debug provides optional file-based debug logging.
//
// When the TUI_DEBUG environment variable is set to a file path, debug
// messages are appended to that file. Otherwise, logging is a no-op.
package debug