go-process/docs
Snider 87b16ca41c feat(process): add Program struct with Find, Run, RunDir
Add Program to the process package as a lightweight tool-finder and runner.
Find() resolves a binary via exec.LookPath (wrapping ErrProgramNotFound),
Run() and RunDir() execute the binary and return trimmed combined output.
Includes 7 tests covering happy paths, error paths, and the errors.Is contract.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-18 15:07:03 +00:00
..
plans feat(process): add Program struct with Find, Run, RunDir 2026-03-18 15:07:03 +00:00
architecture.md docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
development.md docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
index.md docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00