comment tweaks

This commit is contained in:
Jeremy Jay 2014-07-18 14:54:29 -04:00
parent fb3e181a62
commit 923679b36c
3 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ import (
"github.com/google/cayley/graph"
"github.com/google/cayley/http"
// load all supported backends
// Load all supported backends.
_ "github.com/google/cayley/graph/leveldb"
_ "github.com/google/cayley/graph/memstore"
_ "github.com/google/cayley/graph/mongo"