github.com/koomox/wireguard-go@v0.0.0-20230722134753-17a50b2f22a3/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() {}