aboutsummaryrefslogtreecommitdiffstats
path: root/rwcancel/rwcancel.go
diff options
context:
space:
mode:
Diffstat (limited to 'rwcancel/rwcancel.go')
-rw-r--r--rwcancel/rwcancel.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/rwcancel/rwcancel.go b/rwcancel/rwcancel.go
index 808e691..3c4a9ed 100644
--- a/rwcancel/rwcancel.go
+++ b/rwcancel/rwcancel.go
@@ -1,8 +1,12 @@
+// +build !windows
+
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
+// Package rwcancel implements cancelable read/write operations on
+// a file descriptor.
package rwcancel
import (