Skip to content

Commit

Permalink
Fix/goreport errors (#39)
Browse files Browse the repository at this point in the history
* Fix gofmt EOL and spelling

* Fix linter issues

* Fix cyclomatic complexity
  • Loading branch information
iliafrenkel authored Aug 20, 2021
1 parent 1b45ea4 commit 8f4d488
Show file tree
Hide file tree
Showing 12 changed files with 2,798 additions and 2,892 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func main() {
}

// Start the server
webServer := web.New(log, web.WebServerOptions{
webServer := web.New(log, web.ServerOptions{
Addr: opts.Web.Host + ":" + fmt.Sprintf("%d", opts.Web.Port),
Proto: opts.Web.Proto,
ReadTimeout: opts.Timeouts.HTTPRead,
Expand Down
Loading

0 comments on commit 8f4d488

Please sign in to comment.