From 62f2eec61fb9bdb02760c2bf1ab066a0ffdb282e Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Wed, 16 Nov 2022 16:58:15 +0100 Subject: [PATCH] update build tags --- src/net/conf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/conf_test.go b/src/net/conf_test.go index cc9766a765..d0d450aa8a 100644 --- a/src/net/conf_test.go +++ b/src/net/conf_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !js +//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || aix package net