mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-10 09:58:18 +09:00
eccf64eb58
Use new(users["name"]) instead of extracting to intermediate variables that staticcheck does not recognise as used with Go 1.26 new(value) syntax. Updates #3058