How To Begin With Golang | Part 3
Errors, User-Defined Types, and Pointers
In this 3rd article on how to begin with Golang, we’ll look at how to deal with errors. Furthermore, we’ll also look at how to define our data types and how to use pointers.
The whole series of articles consists of 3 parts: