Go operators
Operators in Go
Oct 20, 20237 min read79

Search for a command to run...
Articles tagged with #go
Operators in Go

Data types, type casting and constants This blog is in continuation with the previous blog, where I discussed variables and functions in Golang. In this blog, I will be discussing the various data types in Go and the constants. For the previous post,...

Go variables and functions Introduction Go a.ka. golang is a statically-typed compiled high-level programming language as you can find on google yourself. Now let's look at some other aspects of go. Go is a procedural language which means that we def...
