Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruleguard: fix go env parsing for Windows #289

Merged
merged 1 commit into from Oct 20, 2021

Conversation

quasilyte
Copy link
Owner

@quasilyte quasilyte commented Oct 20, 2021

Windows uses a different output format for go env.

// Windows
set GOPATH=some path

// Linux & Darwin
GOPATH="some path"

Windows uses a different output format for `go env`.

```
// Windows
set GOPATH=some path

// Linux & Darwin
GOPATH="some path"
```
@quasilyte quasilyte force-pushed the quasilyte/fix_goenv_on_windows branch from 9f7b7e2 to f7ee29e Compare October 20, 2021 09:34
@quasilyte quasilyte merged commit 6c53f99 into master Oct 20, 2021
@quasilyte quasilyte deleted the quasilyte/fix_goenv_on_windows branch October 20, 2021 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant