From 45b139d338fee8277f4df2777c113a07395af127 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 31 May 2020 14:05:54 -0700 Subject: [PATCH] net/netns: remove redundant build tag Filename is sufficient. --- net/netns/netns_linux.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/netns/netns_linux.go b/net/netns/netns_linux.go index 98dc13344..632fbf51a 100644 --- a/net/netns/netns_linux.go +++ b/net/netns/netns_linux.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux - package netns import (