Table of contents
Course Description
In this course, we will be learning the Basics of Golang.
Pre-requisites
You don't need any prior coding experience to follow this course.
Table of Contents
1.Intro
9.Creating Go Module and Adding Dependencies
11.Hello World
13.Identifier
14.Keywords
15.File Names
18.Control Flow
19.Arrays
20.Slices
21.Maps
22.Structs
23.Functions
25.Methods
26.Interfaces and Polymorphism
27.Closure
28.Recursion
29.Pointers