1
0
mirror of https://github.com/juanfont/headscale.git synced 2026-02-07 20:04:00 +01:00
juanfont.headscale/integration/dsic
Kristoffer Dalby f068ed49b4 all: apply golangci-lint fixes
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)
2026-02-06 06:54:44 +00:00
..
dsic.go all: apply golangci-lint fixes 2026-02-06 06:54:44 +00:00