Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

gopherd Documentation Examples

Each subfolder is a self-contained, CI-tested example: a runnable example.yml, a README.md explaining it, and a Go test that proves the documented behavior. Examples use realistic placeholder commands (e.g. /usr/local/bin/myapp); the tests substitute runnable stand-ins so the same config is both copy-paste documentation and a live test.

Run all example tests:

go test ./documentation/...

Basics

Ordering & lifecycle

Health & readiness

Signals & exit

Templating

Logging

Runtime control