github.com/danielpfeifer02/quic-go-prio-packs@v0.41.0-28/sys_conn_helper_nonlinux_test.go (about) 1 //go:build !linux 2 3 package quic 4 5 import "errors" 6 7 var ( 8 errGSO = errors.New("fake GSO error") 9 errNotPermitted = errors.New("fake not permitted error") 10 )