GO
Golang interface Tutorial [Practical Examples]
golang interface, go interface, interface golang, interfaces in golang, interface in go, golang interface type, golang interfaces
Golang Closure Function Tutorial [Practical Examples]
learn about the basics of golang closure function, how it is related to anonymous function. When should you use and how to use closure function in go code
Golang Maps Explained in layman's terms with Examples
Declaring golang maps using the var keyword, Initializing map using map literal, Initializing golang map using the make() function, Adding Key value pair in a …
Go Anonymous Function Explained [Practical Examples]
What are Anonymous Functions in golang? Declaring anonymous function in Go Invoking Anonymous Function in Go Use variable to execute anonymous function Passing …
How to read json data format in Go [Practical examples]
We shall discuss the following:- What is JSON? Read JSON Data to map Read JSON Data to struct Save JSON Data Using Marshal() (converting from a Go data type to …
