Filenames, Keywords and Identifiers
File Naming Conventions
In Go, source code is stored in files with the .go extension. These filenames follow a simple convention—using only lowercase letters. For example, a file might be named educative.go. When you need to use multiple words in the...
blog.proagetech.com3 min read