Including Logistics Charges 7.5%
1.Go - Overview
Features of Go Programming
Features Excluded Intentionally
Go Language Introduction
Installation
Executing a Go Program
Data Types
2.Variables
Variable Definition in Go
Static Type Declaration in Go
Dynamic Type Declaration / Type Inference in Go
Mixed Variable Declaration in Go
3.Constants
Integer Literals
Escape Sequence
String Literals in Go
4.Operators
Arithmetic Operators
Relational Operators
Logical Operators
Bitwise Operators
Assignment Operators
Miscellaneous Operators
5.Controls Statement
If
Go if-else
Go If else-if chain
Go Nested if-else
For Loop
Goto Statement
Break Statement
Continue Statement
6.Functions
Normal functions with an identifier
Anonymous or lambda functions
Method (A function with a receiver)
7.Array
Multi Dimensional Arrays
Two-Dimensional Arrays
Command Line Arguments
Initializing Arrays
8.Strings
String len()
String ToUpper()
Regex
Including Logistics Charges 7.5%
1.Go - Overview
Features of Go Programming
Features Excluded Intentionally
Go Language Introduction
Installation
Executing a Go Program
Data Types
2.Variables
Variable Definition in Go
Static Type Declaration in Go
Dynamic Type Declaration / Type Inference in Go
Mixed Variable Declaration in Go
3.Constants
Integer Literals
Escape Sequence
String Literals in Go
4.Operators
Arithmetic Operators
Relational Operators
Logical Operators
Bitwise Operators
Assignment Operators
Miscellaneous Operators
5.Controls Statement
If
Go if-else
Go If else-if chain
Go Nested if-else
For Loop
Goto Statement
Break Statement
Continue Statement
6.Functions
Normal functions with an identifier
Anonymous or lambda functions
Method (A function with a receiver)
7.Array
Multi Dimensional Arrays
Two-Dimensional Arrays
Command Line Arguments
Initializing Arrays
8.Strings
String len()
String ToUpper()
Regex