Skip to content

Instantly share code, notes, and snippets.

@jrussett
Created February 4, 2020 18:44
Show Gist options
  • Save jrussett/724a07b9b0981e226d1a7c10fb3b3bfc to your computer and use it in GitHub Desktop.
Save jrussett/724a07b9b0981e226d1a7c10fb3b3bfc to your computer and use it in GitHub Desktop.
GOLANG
## Type Conversion
runtime, will panic if things go awry
whatever.(TYPE)
both whatever and type need to be an interface
compile time, mnust be compile-time verifiable
type(whatever)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment