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

Commit

Permalink
Showing server startup errors (fixes #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jun 5, 2017
1 parent 066f0f9 commit 084a087
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 084a087

Please sign in to comment.