Context: https://go.dev/tour/flowcontrol/12 Just a little format improvement: >A defer statement defers the execution of a function until the surrounding function returns. to >A `defer` statement defers the execution of a function until the surrounding function returns.