10 lines
151 B
Go
10 lines
151 B
Go
//go:build windows || wasm || plan9 || tamago
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package rwcancel
|
|
|
|
type RWCancel struct{}
|
|
|
|
func (*RWCancel) Cancel() {}
|