use golangci-lint

This commit is contained in:
A.Unger
2020-05-22 13:45:17 +02:00
parent 29d8b1b981
commit 1ef3792906
5 changed files with 4 additions and 23 deletions

View File

@@ -33,9 +33,7 @@ func Server(cfg *config.Config) *cli.Command {
}
runtime := runtime.New()
runtime.Start()
return nil
return runtime.Start()
},
}
}