Storage API matured, docs, tests & more

This commit is contained in:
Jimmy Zelinskie
2013-07-05 06:50:52 -04:00
parent 279c78192f
commit 5cb4e2fabb
11 changed files with 199 additions and 157 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func main() {
if configPath == "" {
log.Fatalf("Must specify a configuration file")
}
conf, err := config.New(configPath)
conf, err := config.Open(configPath)
if err != nil {
log.Fatalf("Failed to parse configuration file: %s\n", err)
}