Skip to content

Instantly share code, notes, and snippets.

@AntonStoeckl
Last active January 14, 2022 20:12
Show Gist options
  • Save AntonStoeckl/c9e678e6e012767a1c2fe1080895100a to your computer and use it in GitHub Desktop.
Save AntonStoeckl/c9e678e6e012767a1c2fe1080895100a to your computer and use it in GitHub Desktop.
Example for blog post Go bits: Interfaces and Nil Pointers
if nilCommand != nil {
_ = nilCommand.CommandType()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment