What is Go? Go is a cross-platform, open source programming language Go can be used to create high-performance applications Go is a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language Go was developed at Google by Robert Griesemer, Rob Pike, and Ken Thompson in 2007 Go's syntax is similar to C++ What is Go Used For? Web development (server-side) Developing network-based programs Developing cross-platform enterprise applications Cloud-native development Why Use Go? Go is fun and easy to learn Go has fast run time and compilation time Go supports concurrency Go has memory management Go works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc.) For More : https://w3schools.com Source : https://github.com/MetiKh2/Go-Tutorial 0:00 - Introduction 04:27 - Go Syntax 07:32 - Go Comment 09:37 - Go Variables 17:59 - Go Variables(2) 22:26 - Go Constants 25:54 - Go Output 31:06 - Go Arrays 41:21 - Go Slices 01:04:09 - Go Conditions 01:24:44 - Go Loops 01:35:02 - Go Functions 01:38:23 - Go Struct 01:45:15 - Go Map