Files
wireguard-go/rwcancel/rwcancel_stub.go
T

10 lines
132 B
Go
Raw Normal View History

2023-06-11 16:10:38 -07:00
//go:build windows || wasm
2021-10-20 08:56:39 -07:00
// SPDX-License-Identifier: MIT
package rwcancel
2021-12-09 17:55:50 +01:00
type RWCancel struct{}
func (*RWCancel) Cancel() {}