Linting fixes.

This commit is contained in:
2021-11-21 14:45:09 +05:00
parent 16be332d38
commit 26ce90bb84
13 changed files with 69 additions and 55 deletions

View File

@@ -29,8 +29,7 @@ func main() {
// Parse configuration.
flag.Parse()
err := config.Parse()
if err != nil {
if err := config.Parse(); err != nil {
log.Fatalln("Failed to parse configuration:", err.Error())
}