Branch | Status |
---|---|
master |
This repository contains CLI tools written in golang to manage BGDI services and infrastructure.
tool-golang-bgdi
|-- TOOL_NAME
. |-- main.go
|-- README.md
|-- cmd
|-- root.go
TOOL_NAME
should be in kebab case
Code should be formatted with goimports
and linted with golangci-lint
goimports -w .
golangci-lint run