Skip to content

Instantly share code, notes, and snippets.

@AntonStoeckl
Created February 1, 2022 10:03
Show Gist options
  • Save AntonStoeckl/01731cf9edb628c423d6f91688a59e84 to your computer and use it in GitHub Desktop.
Save AntonStoeckl/01731cf9edb628c423d6f91688a59e84 to your computer and use it in GitHub Desktop.
Example for blog post: Go bits: Magic with functions
type Handler interface {
ServeHTTP(ResponseWriter, *Request)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment