headscale/cmd
Kristoffer Dalby d3bddbf172 all: fix exptostd, ineffassign, unconvert, intrange, predeclared issues
- Replace exp/maps and exp/slices with stdlib (Go 1.21+)
- Fix ineffective assignments by checking errors or using blank identifier
- Remove unnecessary type conversions
- Use integer range syntax for loops (Go 1.22+)
- Rename variables shadowing predeclared identifiers (min, max)
2026-01-21 15:54:38 +00:00
..
headscale all: apply lint auto-fixes and update test expectations 2026-01-21 15:54:38 +00:00
hi all: fix exptostd, ineffassign, unconvert, intrange, predeclared issues 2026-01-21 15:54:38 +00:00
mapresponses integration: define sentinel errors for err113 compliance 2026-01-21 15:54:38 +00:00