We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fc74e commit 839bfd7Copy full SHA for 839bfd7
README.md
@@ -68,7 +68,7 @@ buses:
68
```go
69
cfg, errConfig := config.LoadConfig("messenger.yaml")
70
if errConfig != nil {
71
- l.Error("ERROR load config", "error", errConfig)
+ fmt.Println("ERROR load config", "error", errConfig)
72
return
73
}
74
README.ru.md
@@ -70,7 +70,7 @@ buses:
75
76
0 commit comments