#google
Read more stories on Hashnode
Articles with this tag
its like having Shakespeare vs Anonymous... · A struct is a composite data type that allows us to group together related data fields of different types....
I mean, being dependent on the entry order is a limp move by itself... · When we work with maps in Go, it's essential to understand that the entry order...
"...a function of indefinite arity" · Big words, which basically mean "many arguments"... The variadic operator (...) allows functions to accept a...
"how much it is" vs "how much it can be" · In Go, both capacity and length are important properties when working with certain data structures like slices...
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...