82e0b734e5
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
11 lines
132 B
Go
11 lines
132 B
Go
//go:build windows || js
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package rwcancel
|
|
|
|
type RWCancel struct {
|
|
}
|
|
|
|
func (*RWCancel) Cancel() {}
|