@szabado's go tooling monorepo
This contains various tooling, organized in a monorepo for ease of management.
Tools:
cache
: A tool to cache the execution of command line tools.mssh
: A tool to SSH into multiple servers and execute a command.zkcli
: A Zookeeper CLI, designed for very large Zookeeper instances.
Everything in this repo is licensed under the MIT license, EXCEPT for the cmd/zkcli/
folder which is released under the Apache 2.0 License.