mirror of
https://git.zx2c4.com/wireguard-go
synced 2024-11-15 09:15:14 +01:00
9 lines
106 B
Go
9 lines
106 B
Go
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
package rwcancel
|
||
|
|
||
|
type RWCancel struct {
|
||
|
}
|
||
|
|
||
|
func (*RWCancel) Cancel() {}
|