Introducing Variables in Golang
Golang comes with a decent offering around variables that you can use to store, retrieve and manipulate information. A variable is defined with the var… Read More »Introducing Variables in Golang
Golang comes with a decent offering around variables that you can use to store, retrieve and manipulate information. A variable is defined with the var… Read More »Introducing Variables in Golang
Every language has it’s ways of converting data types. One of the most common data types to convert between is that of strings (string) and… Read More »Golang cannot convert (type string) to type int
Learning Go or Golang as a Python developer, programmer or software engineer is easier than you think. While there are quite a lot of things… Read More »Learn Golang as a Python Developer