mirror of
https://git.zx2c4.com/wireguard-go
synced 2024-11-15 01:05:15 +01:00
9c9e7e2724
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
10 lines
130 B
Go
10 lines
130 B
Go
//go:build windows || js
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package rwcancel
|
|
|
|
type RWCancel struct{}
|
|
|
|
func (*RWCancel) Cancel() {}
|