Init produce #17

Merged
davidlick merged 2 commits from init-produce into main 2021-06-21 15:52:57 +00:00
3 changed files with 2 additions and 1 deletions
Showing only changes of commit 83d4e3f090 - Show all commits
+1
View File
@@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
cmd/api/api
# Test binary, built with `go test -c`
*.test
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -87,7 +87,7 @@ func initProduce(produceSvc http.ProduceService) {
b, err := ioutil.ReadAll(f)
if err != nil {
logger.Fatal("could not read file: %s", cfg.DMLInitFile)
logger.Fatalf("could not read file: %s", cfg.DMLInitFile)
}
var items []produce.Item