When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

The Go Standard Library
The Go standard library is a set of packages that contain pre-written code to help you build applications at a faster rate. This course will show you how to leverage these packages to handle input, read and write files, create logs, and more.

This Course Includes
pluralsight
4 (67 reviews )
2 hour 27 minutes
english
Online - Self Paced
core courses
pluralsight
About The Go Standard Library
Basic operations, such as input/output, formatting, and logging aren't things you want to write by hand. In this course, The Go Standard Library, you'll gain the ability to leverage these libraries to develop applications faster. First, you'll explore creating command line applications. Next, you'll discover handling input and output. Finally, you'll learn how to format strings and data to your exact requirements. When you're finished with this course, you'll have the skills and knowledge of the Go standard library needed to cut down development time with your Go applications.
What You Will Learn?
- Course Overview : 1min.
- Creating CLI Applications : 28mins.
- Using the fmt Package : 20mins.
- Using the Log Package : 18mins.
- Working with the Time Package : 20mins.
- Working with Strings in Go : 30mins.
- Implementing Reflection : 28mins.