Skip to content

Instantly share code, notes, and snippets.

@nhoclove
Last active December 15, 2019 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhoclove/afa0fa164ba5af0b7f693f48692d5d97 to your computer and use it in GitHub Desktop.
Save nhoclove/afa0fa164ba5af0b7f693f48692d5d97 to your computer and use it in GitHub Desktop.
// A Handler responds to an HTTP request.
type Handler interface {
ServeHTTP(ResponseWriter, *Request)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment