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