Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 791 Bytes

File metadata and controls

27 lines (20 loc) · 791 Bytes

Tools

The command line utility...

GoDoc go report codecov build status

Features

  • ...

Build

Set proper GOROOT and PATH variables

export GOROOT="$HOME/go/root/1.17.4"
export PATH="$PATH:$GOROOT/bin"

Clone repository

git clone https://github.com/devopsext/tools.git
cd tools/
go build