Golang: Defer
Introduction
In this part of the series, we will be taking a look at the defer keyword in golang. The defer keyword is used for delaying the function call in a particular block of the program(function or a loop).
Defer Keyword
The defer keyword is an...
techstructiveblog.hashnode.dev4 min read