Move backend to root level, combine announce tests, rename files

This commit is contained in:
Justin Li
2014-07-17 01:26:34 -04:00
parent 67a8473f6e
commit 199496bfa6
8 changed files with 95 additions and 107 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ package tracker
import (
"github.com/chihaya/chihaya/config"
"github.com/chihaya/chihaya/drivers/backend"
"github.com/chihaya/chihaya/backend"
"github.com/chihaya/chihaya/tracker/models"
)