mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-07 20:04:00 +01:00
Fix godoclint, exptostd, gocritic, inamedparam, ineffassign, and embeddedstructfieldcheck lint issues: - Fix documentation comments to start with symbol name - Replace golang.org/x/exp/maps and slices with stdlib equivalents - Simplify redundant closures (unlambda) - Flatten nested conditionals (elseif) - Use type switch with assignment (typeSwitchVar) - Add parameter names to interface method signatures - Fix ineffectual assignments - Add empty line after embedded struct fields Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api_key.go | ||
| configtest.go | ||
| debug.go | ||
| dump_config.go | ||
| generate.go | ||
| health.go | ||
| mockoidc.go | ||
| nodes.go | ||
| policy.go | ||
| preauthkeys.go | ||
| pterm_style.go | ||
| root_test.go | ||
| root.go | ||
| serve.go | ||
| users.go | ||
| utils.go | ||
| version.go | ||