#golang
Read more stories on Hashnode
Articles with this tag
Let's say we are working on a go app and we have to store the data of 2 users, so far we know about variables and how they can be used for data, let's...
Variables are containers that hold some value. There are two types of variables in Go, one whose value can be changed and the other whose can not we...
In this post, I'll walk you through setting up your go project. As a prerequisite you must have go installed in your system, you can get it for your...