an exploration of go with a grep-like command line tool
Installation of go
run go install .
make sure GOPATH is included in PATH
simple add the go-grep binary to runpath and then run with go-grep "expr" "path"
e.g. go-grep "something to search" .