A Succinct Introduction to Types, Values, and Pointers in Go
Introduction
In this article we look at Go data types, and how they are used to store values using variables and constants. We will also look at Pointers, a useful feature in Go, by demonstrating how they work and why they are useful.
Basic Types
In ...
onyedika.hashnode.dev9 min read