fix undefine bug

This commit is contained in:
holys 2014-08-16 09:21:52 +08:00
parent 09e49ca346
commit d6c60c60fe
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ type Store struct {
} }
func (s Store) String() string { func (s Store) String() string {
return Name return DBName
} }
func (s Store) Open(path string, cfg *config.Config) (driver.IDB, error) { func (s Store) Open(path string, cfg *config.Config) (driver.IDB, error) {