mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-07 17:29:59 +00:00
The file's build constraint excludes freebsd, so the freebsd cases in IsUnixDesktopClient and OpenURL were unreachable — staticcheck (SA4032) fails the pre-push lint. Linux is the only Unix-desktop GOOS this package compiles for, so collapse both checks accordingly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>