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