Skip to content

Instantly share code, notes, and snippets.

@AntonStoeckl
Created January 19, 2022 16:27
Show Gist options
  • Save AntonStoeckl/b1a18f1ef5d793ba4a68c4eafbb28aa1 to your computer and use it in GitHub Desktop.
Save AntonStoeckl/b1a18f1ef5d793ba4a68c4eafbb28aa1 to your computer and use it in GitHub Desktop.
Example for blog post Go bits: Variable names
type Handler interface {
ServeHTTP(ResponseWriter, *Request)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment