Overview of the Standard Library
Discover the core packages included in Go's standard library and their functions. Learn about packages for input-output, networking, compression, and other essential operations to support your Go programming projects.
We'll cover the following...
We'll cover the following...
Introduction
The Go-distribution contains over 250 standard built-in packages for common functionality, like fmt, os, … , ...