PROJECT GOAL: GET FAMILIAR WITH HANDLING FILE IN GO
This mini Diary project is part of many projects I am planning to create on my way up of getting the skill to tackle the mandatory project from school called: "Itinerary-Prettifier". The school project is large and required skills such as : Reading from files, writing from files, Navigating the file system, string manipulation and command-line arguments. Most of these concepts are new to me but good thing that Ifinallyhave now a roadmap that will help me gain the skill needed to solve it.
This mini diary app showcase my current skill with File I/O. There is no data storage in this first edition. This version of the App is limited. Every new entry to the app overwrite (deletes) the previous entries. To make it short, this app has a primitive technology characteristic. But on my next publication on github, I will create an upgrade of the mini diary app that will append new data and add a timestamps on every new entry.