Embed *db.Sql into storage/gazelle

This commit is contained in:
Justin Li
2013-09-06 19:08:06 -04:00
parent afa8abb9ab
commit 46280fd97b
3 changed files with 6 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/pushrax/chihaya/config"
_ "github.com/pushrax/chihaya/cache/redis"
_ "github.com/pushrax/chihaya/storage/batter"
_ "github.com/pushrax/chihaya/storage/gazelle"
)
func newTestServer() (*Server, error) {