Packages are a very important component in the Go ecosystem. Go code is organized as packages that enable reusability and composability to your Go programs. The Go installation comes with a lot of reusable packages called standard library packages. These packages extend the Go language and provide reusable libraries for building a variety of applications. They can help you quickly build applications because you don’t need to write your own packages for many common functionalities. If you want to extend the standard library packages, you can either create your own or obtain third-party ...
© Shiju Varghese 2016
Shiju Varghese, Go Recipes, 10.1007/978-1-4842-1188-5_5
5. Using Standard Library Packages
Shiju Varghese1
(1)Chettiyadan House, Cheranalloor, India
Get Go Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.