all: Unused errors

This commit is contained in:
Jakob Borg
2022-07-28 19:08:51 +02:00
parent 212258d213
commit dde275c6cc
3 changed files with 2 additions and 2 deletions
+2
View File
@@ -9,6 +9,8 @@
package connections
var errNotInBuild = fmt.Errorf("%w: disabled at build time", errUnsupported)
func init() {
for _, scheme := range []string{"quic", "quic4", "quic6"} {
listeners[scheme] = invalidListener{err: errNotInBuild}