aboutsummaryrefslogtreecommitdiff
path: root/lib/connections/quic_misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connections/quic_misc.go')
-rw-r--r--lib/connections/quic_misc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connections/quic_misc.go b/lib/connections/quic_misc.go
index 4c5149ace..1ba4ed1a8 100644
--- a/lib/connections/quic_misc.go
+++ b/lib/connections/quic_misc.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