Skip to content

Commit cc20c08

Browse files
committed
global: remove old style build tags
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 1417a47 commit cc20c08

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

conn/sticky_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !linux
2-
// +build !linux
32

43
/* SPDX-License-Identifier: MIT
54
*

conn/sticky_linux_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build linux
2-
// +build linux
32

43
/* SPDX-License-Identifier: MIT
54
*

ipc/namedpipe/file.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build windows
7-
// +build windows
87

98
package namedpipe
109

ipc/namedpipe/namedpipe.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build windows
7-
// +build windows
87

98
// Package namedpipe implements a net.Conn and net.Listener around Windows named pipes.
109
package namedpipe

ipc/namedpipe/namedpipe_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build windows
7-
// +build windows
87

98
package namedpipe_test
109

tun/netstack/examples/http_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
/* SPDX-License-Identifier: MIT
54
*

tun/netstack/examples/http_server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
/* SPDX-License-Identifier: MIT
54
*

tun/netstack/examples/ping_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
/* SPDX-License-Identifier: MIT
54
*

0 commit comments

Comments
 (0)