lib/connections: Fix building with -tags noquic (#9009)
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
|
|
||||||
package connections
|
package connections
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
var errNotInBuild = fmt.Errorf("%w: disabled at build time", errUnsupported)
|
var errNotInBuild = fmt.Errorf("%w: disabled at build time", errUnsupported)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user