More renaming

This commit is contained in:
Justin Li
2013-11-30 22:41:11 -05:00
parent 93af4912c4
commit 4e4e2f7bac
2 changed files with 12 additions and 12 deletions

10
main.go
View File

@@ -12,12 +12,12 @@ import (
"runtime"
"runtime/pprof"
"github.com/pushrax/chihaya/config"
"github.com/pushrax/chihaya/server"
"github.com/chihaya/chihaya/config"
"github.com/chihaya/chihaya/server"
_ "github.com/pushrax/chihaya/storage/backend/batter"
_ "github.com/pushrax/chihaya/storage/backend/gazelle"
_ "github.com/pushrax/chihaya/storage/tracker/redis"
_ "github.com/chihaya/chihaya/storage/backend/batter"
_ "github.com/chihaya/chihaya/storage/backend/gazelle"
_ "github.com/chihaya/chihaya/storage/tracker/redis"
)
var (