Fix formatting directive warning, remove api binary and gitignore it

This commit is contained in:
2021-06-21 11:49:54 -04:00
parent 6e99e495b3
commit 83d4e3f090
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
*.dll *.dll
*.so *.so
*.dylib *.dylib
cmd/api/api
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.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) b, err := ioutil.ReadAll(f)
if err != nil { 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 var items []produce.Item