global: remove old style build tags

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2023-03-23 18:33:31 +01:00
parent 1417a47c8f
commit cc20c08c96
8 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
/* SPDX-License-Identifier: MIT
*

View File

@ -1,5 +1,4 @@
//go:build linux
// +build linux
/* SPDX-License-Identifier: MIT
*

View File

@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.
//go:build windows
// +build windows
package namedpipe

View File

@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.
//go:build windows
// +build windows
// Package namedpipe implements a net.Conn and net.Listener around Windows named pipes.
package namedpipe

View File

@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.
//go:build windows
// +build windows
package namedpipe_test

View File

@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
/* SPDX-License-Identifier: MIT
*

View File

@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
/* SPDX-License-Identifier: MIT
*

View File

@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
/* SPDX-License-Identifier: MIT
*