mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-10 02:31:59 +09:00
beecdf0dbf
Address golangci-lint findings in users_test.go: replace inline "if err := ...; err != nil" statements with plain assignments (noinlineerr) and add blank lines between statements in the fake server's filter loop and before an early return (wsl_v5).