lib/connections: Remove future go build constraints on quic (#7898)
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
// 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/.
|
// You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
//go:build go1.14 && !noquic && !go1.17
|
//go:build go1.15 && !noquic
|
||||||
// +build go1.14,!noquic,!go1.17
|
// +build go1.15,!noquic
|
||||||
|
|
||||||
package connections
|
package connections
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
// 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/.
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
//go:build go1.14 && !noquic && !go1.17
|
//go:build go1.15 && !noquic
|
||||||
// +build go1.14,!noquic,!go1.17
|
// +build go1.15,!noquic
|
||||||
|
|
||||||
package connections
|
package connections
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
// 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/.
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
//go:build go1.14 && !noquic && !go1.17
|
//go:build go1.15 && !noquic
|
||||||
// +build go1.14,!noquic,!go1.17
|
// +build go1.15,!noquic
|
||||||
|
|
||||||
package connections
|
package connections
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
// 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/.
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
//go:build noquic || !go1.14 || go1.17
|
//go:build noquic || !go1.15
|
||||||
// +build noquic !go1.14 go1.17
|
// +build noquic !go1.15
|
||||||
|
|
||||||
package connections
|
package connections
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user