mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-23 13:50:36 +01:00
Add explicit handling for unchecked error returns: - Add _, _ = prefix to intentionally ignored w.Write calls in debug handlers - Add _, _ = prefix to rand.Read, fmt.Scanln, io.Copy, and WriteString calls - Add _ = prefix to AddNode calls in tests where error is not relevant - Wrap defer cleanup calls in closures to properly ignore errors Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| hsic.go | ||