Created
February 4, 2020 18:44
-
-
Save jrussett/724a07b9b0981e226d1a7c10fb3b3bfc to your computer and use it in GitHub Desktop.
GOLANG
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 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