GoLang Background

GoLang is developed by Google. Golang is a statically typed language like java, c++. That means whenever we define a variable we must assign it to the data type i.e. string, int, and bool, etc. GoLang is case-sensitive.

we'll learn about them in upcoming blog posts.

Last updated