Skip to content

joeabbey/ferret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ferret

Find the closest endpoint in a set of endpoints

Table of Contents

Demo

asciicast

Installation

Let's assume we are starting from scratch.

Install go and create a go workspace.

export GOPATH=${HOME}/go
mkdir $GOPATH
cd $GOPATH
mkdir -p src/github.com/joeabbey
cd src/github.com/joeabbey
git clone git@github.com:joeabbey/ferret
cd ferret
make

Usage

ferret

Press "q" or "ctrl-c" to exit. Alternatively press "r" to run again.

About

Find the closest endpoint in a set of endpoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published