go utilities repo for ephemeral golang code/cli tools
-
Clone the repository:
git clone https://github.com/praveenkumaresan/gogarage.git cd gogarage
-
Build the Go binary:
go build -o gogarage main.go
- Run the tool with the required command-line flags:
./gogarage --topic <topic_name> --key <key_value> --broker <broker_address>