Programming in Go Quotes

Rate this book
Clear rating
Programming in Go: Creating Applications for the 21st Century (Developer's Library) Programming in Go: Creating Applications for the 21st Century by Mark Summerfield
169 ratings, 3.81 average rating, 10 reviews
Open Preview
Programming in Go Quotes Showing 1-1 of 1
“The http.HandleFunc() function takes two arguments: a path and a reference to a function to call when that path is requested. The function must have the signature func(http.ResponseWriter, *http.Request).”
Mark Summerfield, Programming in Go: Creating Applications for the 21st Century