Slide 26
Slide 26 text
PROJECT STRUCTURE
/cmd – Entrypoint(s) of the application
/internal – Private application & library code
/pkg – Library code visible to others
/vendor – Application dependencies
⚠ if you are starting out, this is probably an overkill
https://github.com/golang-standards/project-layout