1
0
mirror of https://github.com/juanfont/headscale.git synced 2026-02-07 20:04:00 +01:00
juanfont.headscale/cmd/hi
Kristoffer Dalby 3acce2da87 errors: rewrite errors to follow go best practices
Errors should not start capitalised and they should not contain the word error
or state that they "failed" as we already know it is an error

Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
2026-02-06 07:40:29 +01:00
..
cleanup.go errors: rewrite errors to follow go best practices 2026-02-06 07:40:29 +01:00
docker.go errors: rewrite errors to follow go best practices 2026-02-06 07:40:29 +01:00
doctor.go
main.go
README.md
run.go cmd/hi: enable concurrent test execution 2026-01-09 12:34:16 +01:00
stats.go errors: rewrite errors to follow go best practices 2026-02-06 07:40:29 +01:00

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.