Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Go Class: 08 Functions, Parameters & Defer

18.6K views on YouTube

This segment covers functions, which in Go are first-class objects, and explains how function parameters are passed (both in how we think of them, and how they actually work underneath). It also introduces the defer statement which is how we can ensure that actions are taken as a function exits (such as closing a file or unlocking a mutex).

Slides at: https://github.com/matt4biz/go-class-slides/blob/trunk/xmas-2020/README.md