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
4 changed files with 4 additions and 4 deletions
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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