Files
wireguard-go/rwcancel/rwcancel_windows.go
T

9 lines
106 B
Go
Raw Normal View History

// SPDX-License-Identifier: MIT
package rwcancel
type RWCancel struct {
}
func (*RWCancel) Cancel() {}