[A Tour of Go Study Notes] 08 interface and error
Understanding Go interface and error using official tutorials

Entering the world of Golang, we first explore the basics of Golang using the official tutorial: A Tour of Go
.
This piece introduces interfaces and errors.