Move calmh/syncthing -> syncthing/syncthing

This commit is contained in:
Jakob Borg
2014-08-01 16:35:37 +02:00
parent 9312e3c7de
commit cec3bad373
47 changed files with 218 additions and 252 deletions

View File

@@ -9,7 +9,7 @@ import (
"path/filepath"
"sync"
"github.com/calmh/syncthing/protocol"
"github.com/syncthing/syncthing/protocol"
)
// The parallell hasher reads FileInfo structures from the inbox, hashes the

View File

@@ -9,7 +9,7 @@ import (
"crypto/sha256"
"io"
"github.com/calmh/syncthing/protocol"
"github.com/syncthing/syncthing/protocol"
)
const StandardBlockSize = 128 * 1024

View File

@@ -9,7 +9,7 @@ import (
"fmt"
"testing"
"github.com/calmh/syncthing/protocol"
"github.com/syncthing/syncthing/protocol"
)
var blocksTestData = []struct {

View File

@@ -8,7 +8,7 @@ import (
"os"
"strings"
"github.com/calmh/syncthing/logger"
"github.com/syncthing/syncthing/logger"
)
var (

View File

@@ -15,8 +15,8 @@ import (
"strings"
"code.google.com/p/go.text/unicode/norm"
"github.com/calmh/syncthing/lamport"
"github.com/calmh/syncthing/protocol"
"github.com/syncthing/syncthing/lamport"
"github.com/syncthing/syncthing/protocol"
)
type Walker struct {

View File

@@ -11,7 +11,7 @@ import (
"testing"
"time"
"github.com/calmh/syncthing/protocol"
"github.com/syncthing/syncthing/protocol"
)
var testdata = []struct {