mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-23 13:50:36 +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) |
||
|---|---|---|
| .. | ||
| dsic.go | ||