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

https://github.com/nitinstp23/go-pinger

A CLI application written in Go which periodically pings an HTTP endpoint.
https://github.com/nitinstp23/go-pinger

cli golang

Last synced: 6 months ago
JSON representation

A CLI application written in Go which periodically pings an HTTP endpoint.

Awesome Lists containing this project

README

          

# Go-Pinger

A CLI application which periodically pings an HTTP endpoint.

## Project Setup

* `curl -O /usr/local/go1.8.3.darwin-amd64.tar.gz https://storage.googleapis.com/golang/go1.8.3.darwin-amd64.tar.gz`
* `tar -C /usr/local -xzf go1.8.3.darwin-amd64.tar.gz`
* `export PATH=$PATH:/usr/local/go/bin`
* `make build`
* `./go_ping -u http://example.com -i 5`