update names per discussion at google/cayley#38

This commit is contained in:
Jeremy Jay 2014-07-18 11:07:19 -04:00
parent d808d9347c
commit f9c60a5f30
5 changed files with 37 additions and 30 deletions

View file

@ -272,5 +272,5 @@ func (ts *TripleStore) Close() {}
func init() {
graph.RegisterTripleStore("memstore", func(string, graph.Options) (graph.TripleStore, error) {
return newTripleStore(), nil
})
}, nil)
}