Hello there,
Welcome back.
Let's talk about packages in the Go Programming Language.
I think packages is one of the many features of go that was well thought out and easy to use. Packages helps not only helps you in organizing your program but makes it also very easy to reuse in many other programs.
Documentation, slides, and code for the series are here:
https://github.com/xiliax/go-lang-pro....