github.com/liloew/wireguard-go@v0.0.0-20220224014633-9cd745e6f114/rwcancel/rwcancel_stub.go (about)

     1  //go:build windows || js
     2  
     3  // SPDX-License-Identifier: MIT
     4  
     5  package rwcancel
     6  
     7  type RWCancel struct{}
     8  
     9  func (*RWCancel) Cancel() {}