From 46965b04b41ded1d19f1e25f87936610080b0adb Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Fri, 20 Jan 2023 21:53:24 +0700 Subject: [PATCH] internal/resolvconffile: add build tag for test file --- internal/resolvconffile/dns_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/resolvconffile/dns_test.go b/internal/resolvconffile/dns_test.go index 1c21b58..ba571af 100644 --- a/internal/resolvconffile/dns_test.go +++ b/internal/resolvconffile/dns_test.go @@ -1,3 +1,5 @@ +//go:build !js && !windows + package resolvconffile import (