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 #74 from vania-pooh/master
Browse files Browse the repository at this point in the history
Showing server startup errors (fixes #70)
  • Loading branch information
aandryashin authored Jun 5, 2017
2 parents 066f0f9 + 084a087 commit 4c16c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func main() {
Addr: listen,
Handler: mux(),
}
go server.ListenAndServe()
go log.Fatal(server.ListenAndServe())

<-stop

Expand Down

0 comments on commit 4c16c2b

Please sign in to comment.