GO - CONSOLE CRUD This is a simple Cli application using Go that stores data in a JSON file, and do some basic operations like create, read, update and delete. Installation git clone https://github.com/AlenSaavedra/console-app cd console-app go install