lib/connections: Allow QUIC with Go 1.16 (#7372)

This commit is contained in:
Jakob Borg 2021-02-17 11:09:16 +01:00 committed by GitHub
parent e8ef586cef
commit 327604719a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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.14,!noquic,!go1.16
// +build go1.14,!noquic,!go1.17
package connections

View File

@ -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.14,!noquic,!go1.16
// +build go1.14,!noquic,!go1.17
package connections

View File

@ -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.14,!noquic,!go1.16
// +build go1.14,!noquic,!go1.17
package connections

View File

@ -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 noquic !go1.14 go1.16
// +build noquic !go1.14 go1.17
package connections