mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 05:26:54 +02:00
9 lines
130 B
Go
9 lines
130 B
Go
//go:build windows || js
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package rwcancel
|
|
|
|
type RWCancel struct{}
|
|
|
|
func (*RWCancel) Cancel() {}
|