Play all
Play all

Practical Go Foundations

1

Why should you learn Go?

2
3
4
5
6
7
8
9

Defining io.Reader & io.Writer

10

Using io.Reader io.Writer

11
12
13

Using sync.Once for idempotency

14

Creating your go mod file

15

Table driven tests in Go

16

Writing testable examples in Go

17
18

Testing your HTTP handler