wireguard-go-awg2-lx/rwcancel/rwcancel_stub.go
2023-09-29 15:32:57 -07:00

9 lines
151 B
Go

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