November 2017
Intermediate to advanced
670 pages
17h 35m
English
The Go standard library is a set of core packages that enhance and extend the language. By core, we mean that every time we compile our Go app, we'll get that pkg directory and it will be filled with the Go standard library packages. Go standard library packages have the following features:
Using packages from Go's standard library will make our code easier to manage and more reliable. Example packages include the following: