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

This commit is contained in:
Jakob Borg 2021-02-17 11:09:16 +01:00
parent 2a0775da03
commit 35316e9142
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