
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.
error
Typeerrors
PackageGo 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:
Composite variables lets you store a collection of values inside a single variable. They use primitive variables as their building blocks. There are several kinds of composites data types: