web package renamed backend

This commit is contained in:
Jimmy Zelinskie
2013-10-21 03:29:35 -04:00
parent 2cd7f0d22f
commit d30c35f1d7
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -13,8 +13,8 @@ import (
"github.com/pushrax/chihaya/config"
_ "github.com/pushrax/chihaya/storage/backend/batter"
_ "github.com/pushrax/chihaya/storage/tracker/redis"
_ "github.com/pushrax/chihaya/storage/web/batter"
)
func newTestServer() (*Server, error) {