From 914d70fe781173bde2e7231a5bfa107864692ef7 Mon Sep 17 00:00:00 2001 From: Areg Vrtanesyan <2562730+vrtareg@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:04:26 +0000 Subject: [PATCH] Update collector_unix_test.go to allow FreeBSD build. --- diagnostic/network/collector_unix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagnostic/network/collector_unix_test.go b/diagnostic/network/collector_unix_test.go index 5ec231a3..5d52c591 100644 --- a/diagnostic/network/collector_unix_test.go +++ b/diagnostic/network/collector_unix_test.go @@ -1,4 +1,4 @@ -//go:build darwin || linux +//go:build darwin || linux || freebsd package diagnostic_test