Golang struct

A struct in Golang is a user defined data type which can contain multiple items in key-value pairs. It is…

5 Min Read

Golang Maps

In this tutorial, we are going to look at maps in Golang, how to create them, add entries to a…

5 Min Read

Blank Identifiers

What is blank identifier A Blank identifier is a placeholder for unused values. It is represented by an underscore(_). Since…

1 Min Read

Functions

Golang Functions

Golang Functions

What is a function A function is a block of code that can execute independently. A function has many benefits…

5 Min Read
Exit mobile version