summaryrefslogtreecommitdiffstats
path: root/beacon
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-05-15 00:47:11 -0300
committerJakob Borg <jakob@nym.se>2014-05-15 09:09:21 -0300
commite22ddae3a836f363f5d597ec2836542808bbcaa2 (patch)
tree2c81c7b38ccb3274e53ebbc983551cc8c2920ee3 /beacon
parent68afc897d6eb3cb64f1e59b019c5e4a8a158874e (diff)
Repair test suite
Diffstat (limited to 'beacon')
-rw-r--r--beacon/cmd/mctest/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/beacon/cmd/mctest/main.go b/beacon/cmd/mctest/main.go
index d334b4929a..a34e461a76 100644
--- a/beacon/cmd/mctest/main.go
+++ b/beacon/cmd/mctest/main.go
@@ -5,11 +5,11 @@ import (
"log"
"time"
- "github.com/calmh/syncthing/mc"
+ "github.com/calmh/syncthing/beacon"
)
func main() {
- b, err := mc.NewBeacon(21025)
+ b, err := beacon.NewBeacon(21025)
if err != nil {
log.Fatal(err)
}