Files
wireguard-go/rwcancel/rwcancel_stub.go
T
2021-10-20 14:50:05 -06:00

11 lines
132 B
Go

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