github.com/apernet/quic-go@v0.43.1-0.20240515053213-5e9e635fd9f0/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  }