aboutsummaryrefslogtreecommitdiff
path: root/lib/connections/quic_listen.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connections/quic_listen.go')
-rw-r--r--lib/connections/quic_listen.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connections/quic_listen.go b/lib/connections/quic_listen.go
index 92c06e143..df1384df6 100644
--- a/lib/connections/quic_listen.go
+++ b/lib/connections/quic_listen.go
@@ -4,8 +4,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.
-//go:build go1.15 && !noquic
-// +build go1.15,!noquic
+//go:build !noquic
+// +build !noquic
package connections