Add instructions for how to import custom drivers

This commit is contained in:
Justin Li
2014-07-16 19:46:50 -04:00
parent cd6204f13d
commit 019bb449b5
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/chihaya/chihaya/config"
"github.com/chihaya/chihaya/http"
// All drivers are imported here.
// See the README for how to import custom drivers.
_ "github.com/chihaya/chihaya/drivers/backend/noop"
_ "github.com/chihaya/chihaya/drivers/tracker/memory"
)