#golang
Read more stories on Hashnode
Articles with this tag
the next value of PI can also be used.... · In coding, randomness is not as random as you think. There are two distinct paths to generating randomness:...
making makefiles since C... · Makefiles are often overlooked in the software development process. A Makefile is a script used in software development to...
Damn... is one of its synonyms · Iota in Go is like a helper that automatically counts for you. It's used to create a sequence of numbers without having...
Also used for hexing the enemies... · In Go, a rune is a built-in type that represents a Unicode code point. It is an alias for the int32 type and can...
The "fmt" package in Go is a part of the standard library and provides functionality for formatted input and output operations. fmt <==> format It is...
Sometimes, there are no good cover images... · Go is Golang, btw. So in Go, zero values are the default values assigned to variables of a particular type...