headscale/cmd
Kristoffer Dalby 3843036d13 all: use context-aware methods for exec, database, and HTTP
Replace direct calls with context-aware versions:
- exec.Command → exec.CommandContext
- db.Exec → db.ExecContext
- db.Ping → db.PingContext
- db.QueryRow → db.QueryRowContext
- http.NewRequest → http.NewRequestWithContext
- net.LookupIP → net.DefaultResolver.LookupIPAddr
2026-01-21 15:54:38 +00:00
..
headscale all: remove unused code and simplify function signatures 2026-01-21 15:54:24 +00:00
hi all: use context-aware methods for exec, database, and HTTP 2026-01-21 15:54:38 +00:00
mapresponses all: apply golangci-lint auto-fixes 2026-01-21 15:53:55 +00:00