mirror of
https://git.zx2c4.com/wireguard-go
synced 2024-11-15 01:05:15 +01:00
82e0b734e5
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
11 lines
132 B
Go
11 lines
132 B
Go
//go:build windows || js
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package rwcancel
|
|
|
|
type RWCancel struct {
|
|
}
|
|
|
|
func (*RWCancel) Cancel() {}
|