wireguard-go-awg2-lx/rwcancel/rwcancel_stub.go
Brad Fitzpatrick 6cd5922a04
all: adjust build tags for plan9
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-09-29 15:32:57 -07:00

9 lines
141 B
Go

//go:build windows || wasm || plan9
// SPDX-License-Identifier: MIT
package rwcancel
type RWCancel struct{}
func (*RWCancel) Cancel() {}