github.com/metacubex/quic-go@v0.44.1-0.20240520163451-20b689a59136/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 }