Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #64 from vania-pooh/master
Browse files Browse the repository at this point in the history
Showing server startup error (fixes #61)
  • Loading branch information
vania-pooh authored May 13, 2017
2 parents b9c521d + edb9901 commit fa2a02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func init() {
}

func main() {
gracehttp.Serve([]*http.Server{
log.Fatal(gracehttp.Serve([]*http.Server{
{Addr: listen, Handler: mux()},
}...)
}...))
}

0 comments on commit fa2a02d

Please sign in to comment.