The Go Standard Library
Course info



Course info



Description
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.
Section Introduction Transcripts
Course Overview
H,i, everyone. My name is Jeremy Morgan, and welcome to my course, The Go Standard Library. The Go standard library provides you with pre‑written tested code to solve common problems in your applications. Learning how to use the standard library will help you develop faster by using code packages that you didn't have to write, and it's maintained by the Go team. In this course, we will learn how to leverage a standard library so you can build better applications faster in Go. Some of the major topics that we will cover include building command line applications, handling input and output with buffers, a deep dive into formatting strings and data, and building your own logging program with Go. By the end of this course, you'll know how to leverage the power of the standard library to build applications faster. Before beginning this course, you should be familiar with Go programming. I hope you'll join me on this journey to learn the standard library with The Go Standard Library course, at Pluralsight.