Files
wireguard-go/conn/net_err_closed.go
T

14 lines
262 B
Go
Raw Normal View History

2021-01-20 20:04:31 +01:00
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2021 WireGuard LLC. All Rights Reserved.
*/
package conn
import _ "unsafe"
//TODO: replace this with net.ErrClosed for Go 1.16
//go:linkname NetErrClosed internal/poll.ErrNetClosing
var NetErrClosed error