aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2016-12-18 19:57:41 +0100
committerJakob Borg <jakob@nym.se>2016-12-21 14:53:45 +0100
commitd41c1313646c53bce445a779d26f9416fb2f9eda (patch)
treea39ac60fbc7905374d217e364726e86dfc119bac /test
parent47f22ff3e52233c821fdbd3a42f8d97addfa2c5b (diff)
downloadsyncthing-d41c1313646c53bce445a779d26f9416fb2f9eda.tar.gz
syncthing-d41c1313646c53bce445a779d26f9416fb2f9eda.zip
build: Enable gometalinter "gosimple" check, improve build.go
Diffstat (limited to 'test')
-rw-r--r--test/sync_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sync_test.go b/test/sync_test.go
index e67fb262a..c635df208 100644
--- a/test/sync_test.go
+++ b/test/sync_test.go
@@ -17,6 +17,8 @@ import (
"testing"
"time"
+ "io"
+
"github.com/syncthing/syncthing/lib/config"
"github.com/syncthing/syncthing/lib/protocol"
"github.com/syncthing/syncthing/lib/rc"