Hello! ๐ This is my first project using the Go programming language. It's a simple command-line application for creating and managing a shopping list.
The goal of this project is to practice the fundamental concepts of Go, such as:
-Using structs to define data types.
-Handling user input and output.
-Control structures (for loops, if conditionals).
-Error handling.
-Utilizing standard packages like fmt, bufio, os, strings, and strconv.
Any suggestions or feedback are welcome! ๐