Closed sudhirj closed 9 years ago
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.
Godeps
looper
go test
godep go test
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 wherelooper
/go test
is normally run is a flag to rungodep go test
instead.