Golang-Tutorial icon indicating copy to clipboard operation
Golang-Tutorial copied to clipboard

Golang tutorial course - from beginner to advanced topics : data structure, struct, interface, generic, concurrency, json, http, docker

Golang Tutorial Course Address

Basic

Section 1 : Intro

Section 2 : Requirements

Section 3 : Data types

Section 4 : Const and variables

Section 5 : Conditional statements

Section 6 : Loop statements

Section 7 : Composite data types

Section 8 : Functions

Section 9 : Structs

Section 10 : Interface

Section 11 : Modules

Advanced

Section 12 : Generics

Section 13 : Errors

Section 14 : Logging

Section 15 : Concurrency

Section 16 : Json

Section 17 : Http

Section 18 : Test