Skip to content

Instantly share code, notes, and snippets.

@AntonStoeckl
Created January 14, 2022 20:04
Show Gist options
  • Save AntonStoeckl/2602d0efe849d4d865e4841f69353cdb to your computer and use it in GitHub Desktop.
Save AntonStoeckl/2602d0efe849d4d865e4841f69353cdb to your computer and use it in GitHub Desktop.
Example for blog post Go bits: Interfaces and Nil Pointers
package commandhandling
type Command interface {
CommandType() string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment