github.com/quic-go/quic-go@v0.44.0/integrationtests/self/self_suite_others_test.go (about) 1 //go:build !linux 2 3 package self_test 4 5 func isPermissionError(err error) bool { 6 return false 7 }