mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 03:48:26 +00:00
lib/connections: Allow QUIC with Go 1.16 (#7372)
This commit is contained in:
parent
e8ef586cef
commit
327604719a
@ -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…
x
Reference in New Issue
Block a user