Defer Keyword in Go
Greetings folks,
In this article, we are going to see the use of defer keyword in Go.
In simple words, to schedule the execution of a function after other functions have been executed defer is used.
package main
import "fmt"
func main() {
fmt.Pr...
adityakumarsingh.hashnode.dev2 min read
Raghu Ballu
Software Development Engineer | DevOps
Nice article mate, want to learn Go along with your articles