diff --git a/net/netns/netns_linux_test.go b/net/netns/netns_linux_test.go index 38f989cea..d0be614ce 100644 --- a/net/netns/netns_linux_test.go +++ b/net/netns/netns_linux_test.go @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build linux && !android +// +build linux,!android + package netns import (