Packages in Go - Part 1
Packages
All Go programs are organized into groups of files called packages, so that the code has the ability to be included in other projects as smaller reusable pieces.
Let’s look at the packages that make up Go’s http functionality in the standar...
nanacoder.hashnode.dev2 min read