mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
7 lines
92 B
Go
7 lines
92 B
Go
//go:build !linux
|
|
|
|
package quic
|
|
|
|
import "errors"
|
|
|
|
var errGSO = errors.New("fake GSO error")
|