Ultimate Go Programming LiveLessons Season 1 Episode 7 Part III: Lesson 7: Packaging
- June 16, 2017
Packaging is one of those things that are really unique and core to the Go programming language. It's how we write code that can decouple itself from all theother code that we write. It is a really core and important part of the language, and that one thing that a lot of new programmers miss. So in packaging, we're really gonna learn about how to structure projects in Go.