Closed sgotti closed 8 years ago
Given that I absolutely don't care about windows, this fixes code and tests on it.
PR #21 tried to set the PATH env var in an unix like way with the effect of disabling the go test execution.
This patch:
glide list
/cc @Fugiman
Oops, sorry about that. LGTM!
@Fugiman Thanks and don't worry. It's a mess handling different path separators between package paths and os paths. Merging.
Given that I absolutely don't care about windows, this fixes code and tests on it.
PR #21 tried to set the PATH env var in an unix like way with the effect of disabling the go test execution.
This patch:
glide list
execution/cc @Fugiman