Files
wireguard-go/rwcancel/rwcancel_stub.go
T

11 lines
132 B
Go
Raw Normal View History

2021-10-20 08:56:39 -07:00
//go:build windows || js
// SPDX-License-Identifier: MIT
package rwcancel
type RWCancel struct {
}
func (*RWCancel) Cancel() {}