Getting Started with Go Programming: Basic Conventions and Elementary Data Types
In this article, we will explore some of the basic conventions and elementary data types in Go.
Basic Conventions
Filename
Go source code is stored in .go files. Their filenames consist of lowercase-letters, like first.go. If the name consists of mul...
venkataraviteja.hashnode.dev6 min read