lib/connections: Fix building with -tags noquic (#9009)

This commit is contained in:
Chih-Hsuan Yen
2023-07-28 10:08:50 +00:00
committed by GitHub
parent 341b79814e
commit b806026990
+4
View File
@@ -9,6 +9,10 @@
package connections
import (
"fmt"
)
var errNotInBuild = fmt.Errorf("%w: disabled at build time", errUnsupported)
func init() {