mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
9 lines
120 B
Go
9 lines
120 B
Go
// +build go1.15
|
|
|
|
package quic
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func (deadlineError) Unwrap() error { return os.ErrDeadlineExceeded }
|