for freebsd compile support

Signed-off-by: heshiwen <amalgam.swhe@gmail.com>
This commit is contained in:
heshiwen 2025-08-25 22:10:59 +08:00
parent f9c2bd51ae
commit 6c887e5c2a
No known key found for this signature in database
GPG Key ID: 59D5987174023A01
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build darwin || linux //go:build darwin || linux || freebsd
package diagnostic package diagnostic

View File

@ -1,4 +1,4 @@
//go:build darwin //go:build darwin || freebsd
package diagnostic package diagnostic