Skip to content

A set of generic golang cli tools to manage BGDI services and infrastructure

License

Notifications You must be signed in to change notification settings

geoadmin/tool-golang-bgdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A set of generic golang cli tools to manage BGDI services and infrastructure

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages