package
is the keyword used to declare a package.crypto
- cryptography related code.fmt
- formatted input/output related code.os
- operation system related code.net/http
- http related code.import
is the keyword used to import a package.main
for Go to be able to execute it.func
keyword followed by name of function.()
{}
()
.
and followed by function name.