Golang: Closures
Introduction
In the previous part of the series, we covered anonymous functions and in this section, we will look into closures which are quite a cool concept for various things. Closures are basically a function that returns a function instead of a ...
techstructiveblog.hashnode.dev5 min read