diff --git a/lib/connections/quic_dial.go b/lib/connections/quic_dial.go index ed5dff62f..92afe3626 100644 --- a/lib/connections/quic_dial.go +++ b/lib/connections/quic_dial.go @@ -4,7 +4,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this file, // You can obtain one at https://mozilla.org/MPL/2.0/. -// +build go1.12 +// +build go1.12,!noquic package connections diff --git a/lib/connections/quic_listen.go b/lib/connections/quic_listen.go index 1ae970134..bf929c317 100644 --- a/lib/connections/quic_listen.go +++ b/lib/connections/quic_listen.go @@ -4,7 +4,7 @@ // 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/. -// +build go1.12 +// +build go1.12,!noquic package connections diff --git a/lib/connections/quic_misc.go b/lib/connections/quic_misc.go index ef6b63c44..cebc8e5eb 100644 --- a/lib/connections/quic_misc.go +++ b/lib/connections/quic_misc.go @@ -4,7 +4,7 @@ // 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/. -// +build go1.12 +// +build go1.12,!noquic package connections