Go - Finalize CLI
Task
Finalize the CLI from scratch using only built in modules.
Blocker
Not a lot.
Lesson
Learnt a lot. The CLI tool is basically done. the boilerplate. I need to add a lot of endpoints to make it useful, but I'm not sure I will. I looked into other ways of building that same solution but with dedicated CLI tool packages. Cobra for example. It seems like a solid choice. It was good building it from scratch, too see what actually is happening. Also for learning syntax.
Tomorrow
Reading.