lib/connections: Wrong context snuck in somehow

This commit is contained in:
Jakob Borg 2018-03-27 07:18:26 -04:00
parent 8208bfa2b9
commit bdbaa84989

View File

@ -7,6 +7,7 @@
package connections
import (
"context"
"fmt"
"io"
"sync/atomic"
@ -14,7 +15,6 @@ import (
"github.com/syncthing/syncthing/lib/config"
"github.com/syncthing/syncthing/lib/protocol"
"github.com/syncthing/syncthing/lib/sync"
"golang.org/x/net/context"
"golang.org/x/time/rate"
)