Self-calling executables
Summary
Explains the self-calling executable technique as an inception-style pattern for testing and interacting with other tools. Provides Go code examples (TestMain) and describes practical uses (isolated tests, TUI SSH interactions) as well as safeguards and gotchas like recursion risks and race detector delays.