go
-
Pretty print JSON with json.MarshalIndent
-
Using regex capture groups to replace text in Go
-
In Go, range copies values from the slice it's iterating over
-
Array literal in Go
-
Go's byte type is alias for uint8
-
How to hold a pointer to a struct implementing an interface in Go
-
How to run all tests except those matching a pattern
-
Content-Type and Content-Disposition HTTP headers
-
The Permanent Redirect HTTP header
-
go mod tidy cleans up unused dependencies
-
Go methods that modify data should be defined with pointer receivers
-
Exported methods and variables in Go are capitalized