This is to simply execute the go code:
go run main.go
Command to build your CLI tool:
go build
You can install the tool globally using
go build
You can verify the installation by checking if the executable is accessible from any directory in your terminal:
git-conversa aka gca