- Hands-On System Programming with Go
- Alex Guerrieri
- 39字
- 2021-06-24 13:42:21
Variables and functions
Now that we've looked at types, we'll take a look at how we can instantiate different types in the language. We'll see how variables and constants work first, and then we'll talk about functions and methods.