9c9e7e2724
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
10 lines
130 B
Go
10 lines
130 B
Go
//go:build windows || js
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package rwcancel
|
|
|
|
type RWCancel struct{}
|
|
|
|
func (*RWCancel) Cancel() {}
|