Deep Dive into Go Packages

Posted By: lucky_aut

Deep Dive into Go Packages
Duration: 1h 34m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 166 MB
Genre: eLearning | Language: English

This course introduces you to everything you need to know about package in Go, both the mechanics of how to create them and the best practices that will help your application remain clear and manageable.
From its very beginning, Go has embraced simplicity as a core ideal to aspire to. However, just because a thing is simple, does not mean that it must compromise its effectiveness. Go’s package system illustrates this point well. This system provides a simple way to organize source code into clear, well-factored units while remaining powerful enough to handle the most challenging organizational requirements.