nathany/looper

Support Godep when running tests

sudhirj opened this issue · 0 comments

The Go community seems to have settled on Godep as the dependency management tool of choice - it would make sense for looper to support it.

The presence of a Godeps folder on the directory from where looper / go test is normally run is a flag to run godep go test instead.