aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/namedpipe/namedpipe.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ipc/namedpipe/namedpipe.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/namedpipe/namedpipe.go b/ipc/namedpipe/namedpipe.go
index 92cc1ee..ef3dea1 100644
--- a/ipc/namedpipe/namedpipe.go
+++ b/ipc/namedpipe/namedpipe.go
@@ -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