Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
Run gofmt to fix the broken build.
  • Loading branch information
Charles JUDITH authored and jfwm2 committed Aug 28, 2018
1 parent 0464558 commit 94e65ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func main() {
os.Exit(2)
}


http.DefaultClient.Timeout = 10 * time.Second
s := &http.Server{
Addr: addr,
Expand Down

0 comments on commit 94e65ad

Please sign in to comment.