cubefs/cli
Shuoran Liu 8d620f863c refactor: execute gofmt to the whole repo
This commit does nothing but execute gofmt to the whole repo using the
following command:

$ find . -type f -name "*.go" | grep -v 'vendor' | xargs gofmt -w

Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
2021-09-24 15:47:02 +08:00
..
api refactor: execute gofmt to the whole repo 2021-09-24 15:47:02 +08:00
cmd refactor: execute gofmt to the whole repo 2021-09-24 15:47:02 +08:00
build.sh Revert "Sync from release-20200720" 2020-11-11 14:23:59 +08:00
cli-sample.json Add: CLI tool to improve cluster management 2020-03-15 17:30:23 +08:00
cli.go feature: add gencfg command for cli to generate cluster config by yaml 2021-07-12 11:13:39 +08:00
cluster-example.yaml feature: add gencfg command for cli to generate cluster config by yaml 2021-07-12 11:13:39 +08:00