#programming-blogs
Read more stories on Hashnode
Articles with this tag
We have already seen functions and used them, but let's just get a refresher of them quickly. package main import "fmt" func add(x, y int) (int,...
As we have already said hello to the world, now we can start with our basic learning. In this blog, we will understand variables and many other things...
In this blog, we will Install Go (if you haven't already) Say Hello to the World Use Go commands to run our code Learn about packages and imports...
What is Golang? Go, commonly referred to as Golang, is a statically typed, compiled programming language designed by Google engineers Robert...