FlashcardBeginner
Package Declaration and package main
Every Go file starts with a package declaration; package main builds an executable.
Question
What is the role of the package declaration and `package main`?
Click to reveal answer
Every Go file starts with a package declaration; package main builds an executable.
What is the role of the package declaration and `package main`?