rename back to chihaya

This commit is contained in:
Jimmy Zelinskie
2016-08-16 21:42:08 -04:00
parent 040a3294b1
commit cc6614c474
17 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"sync"
"time"
"github.com/jzelinskie/trakr/bittorrent"
"github.com/jzelinskie/trakr/storage"
"github.com/chihaya/chihaya/bittorrent"
"github.com/chihaya/chihaya/storage"
)
// Config holds the configuration of a memory PeerStore.
+1 -1
View File
@@ -3,7 +3,7 @@ package memory
import (
"testing"
s "github.com/jzelinskie/trakr/storage"
s "github.com/chihaya/chihaya/storage"
)
func createNew() s.PeerStore {