Created
January 19, 2022 16:27
-
-
Save AntonStoeckl/b1a18f1ef5d793ba4a68c4eafbb28aa1 to your computer and use it in GitHub Desktop.
Example for blog post Go bits: Variable names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Handler interface { | |
ServeHTTP(ResponseWriter, *Request) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment