Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.06 KB

Golang CLI Tools for BGDI

Branch Status
master Build Status

This repository contains CLI tools written in golang to manage BGDI services and infrastructure.

Repository structure

tool-golang-bgdi
    |-- TOOL_NAME
    .      |-- main.go
           |-- README.md
           |-- cmd
                |-- root.go

Naming convention

TOOL_NAME should be in kebab case

Formatting and linting

Code should be formatted with goimports and linted with golangci-lint

goimports -w .
golangci-lint run

CLI commands