Advanced Programming in Go: Deep Dive into Packages

Go    |    Intermediate
  • 13 videos | 1h 18m 45s
  • Includes Assessment
  • Earns a Badge
Rating 4.7 of 19 users Rating 4.7 of 19 users (19)
All Go programs are composed of one or more packages. Packages organize Go source code in a way that makes the code easily reusable and readable. Packages essentially allow you to take one or more source code files and compartmentalize them into a single unit. In this course, you'll explore what Go packages are and why they are used. You'll examine best practice for working with Go packages and learn about working with modules and packages. Next, you'll learn about package names and how to declare and import packages. Finally, you'll explore how to create and use custom packages and nested packages, as well as how to use the init() function in Go to initialize an application.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Define what a package is in go programming
    Describe why packages are used in go programming
    Employ best practices for naming packages and package components
    Create and use nested packages in go
    Declare and configure packages in go
    Import packages and identify when to use a blank import
  • Use alternative methods for importing packages
    Document custom packages in go
    Recognize best practices for working with packages
    Recognize when and how to use the init() function to initialize an application
    Create and work with modules and packages
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.7 of 29 users Rating 4.7 of 29 users (29)
Rating 4.5 of 107 users Rating 4.5 of 107 users (107)
Rating 4.6 of 274 users Rating 4.6 of 274 users (274)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 107 users Rating 4.5 of 107 users (107)
Rating 4.7 of 13 users Rating 4.7 of 13 users (13)