
This is a series of post covering various Go topics:
This is a series of post covering various Go topics:
Raising errors and error handling are common traits in well-written programs. They make your program more robust and resilient to failure.
This article is part of the Learning Go series
In this series of articles, we’ll look at the different concepts and techniques for raising errors and error handling.
Go datatypes can be categorised into, primitive and composite data types, Primitive and Composite Data Types.
This article is part of the Learning Go series
These are the core data types, such as integers, strings,…etc. To learn more, see: