EtherGuard-VPN/rwcancel/rwcancel_windows.go

9 lines
106 B
Go

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