mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-19 19:45:12 +00:00
lib/connections: Fix building with -tags noquic
(#9009)
This commit is contained in:
parent
341b79814e
commit
b806026990
@ -9,6 +9,10 @@
|
|||||||
|
|
||||||
package connections
|
package connections
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
var errNotInBuild = fmt.Errorf("%w: disabled at build time", errUnsupported)
|
var errNotInBuild = fmt.Errorf("%w: disabled at build time", errUnsupported)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user