Minimal plain-Go HTTP server used as a velship go-binary app-type sample.
- Build:
go build -o app . - Run:
./app(bindsPORT, default8080) - Routes:
/and/healthz
No framework, single web process. Deploying this in velship as a go-binary
app should produce a clean deploy log: build then supervised start, with no
framework env, no migrations, and no process probe.