Packages and Imports
This lesson explains how to import different libraries and packages in GO
We'll cover the following
Packages
Every Go program is made up of packages.
Programs start running in package main
.
Get hands-on with 1400+ tech skills courses.