A command-line application built using Golang
.
- Open-source
- Go compiler
- IDE
VS Code
- Install Go
- Clone the repository and open with
VS Code
- Install
VS Code
Go Extension - Run the cli app on the terminal
go run .
The command-line application can be further customized to fit your use-case by modifying the code in the main.go
file and other files.
- GoLang - https://go.dev
Please open an issues on the repository if you find any bugs or if you would like to contribute.