/go-cli-crud-1

Golang CLI CRUD

Primary LanguageGo

Go CLI 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/fazt/go-cli-crud
cd go-cli-crud
go install