sgotti / glide-vc

Glide vendor cleaner
MIT License
53 stars 10 forks source link

Fix code and tests on windows. #23

Closed sgotti closed 8 years ago

sgotti commented 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:

/cc @Fugiman

FugiTech commented 8 years ago

Oops, sorry about that. LGTM!

sgotti commented 8 years ago

@Fugiman Thanks and don't worry. It's a mess handling different path separators between package paths and os paths. Merging.