diff options
Diffstat (limited to 'rwcancel/rwcancel_windows.go')
-rw-r--r-- | rwcancel/rwcancel_windows.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rwcancel/rwcancel_windows.go b/rwcancel/rwcancel_windows.go new file mode 100644 index 0000000..0316911 --- /dev/null +++ b/rwcancel/rwcancel_windows.go @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: MIT + +package rwcancel + +type RWCancel struct { +} + +func (*RWCancel) Cancel() {} |