An open API service indexing awesome lists of open source software.

https://github.com/devopsext/tools

Tools are common go lang modules for SRE and DevOps frameworks
https://github.com/devopsext/tools

Last synced: 2 months ago
JSON representation

Tools are common go lang modules for SRE and DevOps frameworks

Awesome Lists containing this project

README

          

# Tools

The command line utility...

[![GoDoc](https://godoc.org/github.com/devopsext/tools?status.svg)](https://godoc.org/github.com/devopsext/tools)
[![go report]( https://goreportcard.com/badge/github.com/devopsext/tools)](https://goreportcard.com/report/github.com/devopsext/tools)
[![codecov](https://codecov.io/gh/devopsext/tools/branch/master/graph/badge.svg?token=EDXEG24VZV)](https://codecov.io/gh/devopsext/tools)
[![build status](https://travis-ci.com/devopsext/tools.svg?branch=main)](https://app.travis-ci.com/github/devopsext/tools)

## Features

- ...

## Build

Set proper GOROOT and PATH variables
```sh
export GOROOT="$HOME/go/root/1.17.4"
export PATH="$PATH:$GOROOT/bin"
```

Clone repository
```sh
git clone https://github.com/devopsext/tools.git
cd tools/
go build
```