From 224bc9e60c7e2e1f04573bc377121c8f844d57c6 Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Wed, 19 Feb 2020 10:09:24 -0500 Subject: rwcancel: no-op builds for windows and darwin This lets us include the package on those platforms in a followup commit where we split out a conn package from device. It also lets us run `go test ./...` when developing on macOS. Signed-off-by: David Crawshaw --- rwcancel/rwcancel_windows.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rwcancel/rwcancel_windows.go (limited to 'rwcancel/rwcancel_windows.go') 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() {} -- cgit v1.2.3