File: rwcancel_stub.go

package info (click to toggle)
wireguard-go 0.0.20220316-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 772 kB
  • sloc: sh: 300; makefile: 28
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
//go:build windows || js

// SPDX-License-Identifier: MIT

package rwcancel

type RWCancel struct{}

func (*RWCancel) Cancel() {}