Repair test suite

This commit is contained in:
Jakob Borg
2014-05-15 00:47:11 -03:00
parent 68afc897d6
commit e22ddae3a8
9 changed files with 12 additions and 11 deletions

View File

@@ -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)
}