mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-25 16:53:19 +01:00
9 lines
106 B
Go
9 lines
106 B
Go
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
package rwcancel
|
||
|
|
||
|
type RWCancel struct {
|
||
|
}
|
||
|
|
||
|
func (*RWCancel) Cancel() {}
|