Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sausheong/gwp
Browse files Browse the repository at this point in the history
  • Loading branch information
sausheong committed Nov 28, 2015
2 parents 504d04c + f6b2961 commit 6d121ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter_4_Processing_Requests/write/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ func main() {
http.HandleFunc("/write", writeExample)
http.HandleFunc("/writeheader", writeHeaderExample)
http.HandleFunc("/redirect", headerExample)
http.HandleFunc("/json", headerExample)
http.HandleFunc("/json", jsonExample)
server.ListenAndServe()
}

0 comments on commit 6d121ac

Please sign in to comment.