gitee.com/aurawing/surguard-go@v0.3.1-0.20240409071558-96509a61ecf3/rwcancel/rwcancel_stub.go (about) 1 //go:build windows || wasm 2 3 // SPDX-License-Identifier: MIT 4 5 package rwcancel 6 7 type RWCancel struct{} 8 9 func (*RWCancel) Cancel() {}