Skip to content

Instantly share code, notes, and snippets.

@shijuvar
Created January 20, 2016 07:19
Show Gist options
  • Save shijuvar/7c2cfd331f44ae22229a to your computer and use it in GitHub Desktop.
Save shijuvar/7c2cfd331f44ae22229a to your computer and use it in GitHub Desktop.
http.Handler interface
type Handler interface {
ServeHTTP(ResponseWriter, *Request)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment