Files
2024-11-01 17:43:06 +00:00

10 lines
151 B
Go

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