Update dependencies
This commit is contained in:
9
vendor/github.com/tailscale/wireguard-go/rwcancel/rwcancel_stub.go
generated
vendored
Normal file
9
vendor/github.com/tailscale/wireguard-go/rwcancel/rwcancel_stub.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build windows || wasm || plan9 || tamago
|
||||
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package rwcancel
|
||||
|
||||
type RWCancel struct{}
|
||||
|
||||
func (*RWCancel) Cancel() {}
|
||||
Reference in New Issue
Block a user