mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-07 20:04:00 +01:00
Run golangci-lint --fix and manually correct the resulting compilation errors where := was incorrectly used instead of = for already-declared variables. Also fix lint issues: - Use static errors instead of dynamic errors.New() (err113) - Define constants for magic numbers (mnd) - Use http.NewRequestWithContext instead of http.NewRequest (noctx) |
||
|---|---|---|
| .. | ||
| cleanup.go | ||
| docker.go | ||
| doctor.go | ||
| main.go | ||
| README.md | ||
| run.go | ||
| stats.go | ||
hi
hi (headscale integration runner) is an entirely "vibe coded" wrapper around our integration test suite. It essentially runs the docker commands for you with some added benefits of extracting resources like logs and databases.