Go Lang : Lesson 1 : Introduction and Installation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Go Lang :
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installation : www.go.dev
Packages & Modules :
You will encounter Packages and Modules immediately once you start writing code, so it is important to understand how they work .
Example of a Go.mod file .
Data Types :
- Primitive Types
- Aliases
Strings and Runes
How runes are represented in Memory.
Lets take a look at how strings are represented in Memory
10 . Go CLI
























Comments
Post a Comment