Fix formatting directive warning, remove api binary and gitignore it
This commit is contained in:
BIN
Binary file not shown.
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user