In this video, we cover how to structure a golang project and some basics for how to import code from other packages that we define.
Big takeaways are:
1. All projects consist of source files
2. The source files will typically be grouped into packages
3. Packages will have source file or other packages
4. Packages are part of a module
5. Modules are used for dependency management
Link to previous video: