Learn GO Fast: Full Tutorial

Опубликовано: 04 Сентябрь 2023
на канале: Alex Mux
427,127
15k

This is a full tutorial on learning Golang! From start to finish in less than an hour, including a full demo of how to build an api in Go. No fluff, just what you need to know.

0:00 Introduction to Golang
6:25 Constants Variables and Basic Data Types
13:14 Functions and Control Structures
19:30 Arrays, Slices, Maps and Loops
26:36 Strings, Runes and Bytes
31:06 Structs and Interfaces
35:18 Pointers
40:06 Goroutines
47:10 Channels
52:56 Generics
55:47 Building an API!