Types In Go - Complete Guide By Gokun
From Beginner to Interview Ready
Part 1: Foundation (Beginner Level)
Understanding Types - What and Why?
A type defines:
What kind of data a variable can hold
What operations you can perform on it
How much memory it uses
Think of types like con...
gokun-notes.hashnode.dev29 min read