mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 10:28:49 -07:00
lib/connections: Allow QUIC with Go 1.16 (#7372)
This commit is contained in:
parent
2a0775da03
commit
35316e9142
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user