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

Using filepath instead of path #71

Merged
merged 1 commit into from
Jan 24, 2022
Merged

Using filepath instead of path #71

merged 1 commit into from
Jan 24, 2022

Conversation

sledigabel
Copy link
Contributor

Fixes #69.

the path package is not dealing with Windows and needed to be replaced
with filepath. https://pkg.go.dev/path#pkg-overview

Also fixed a few linting errors from my golang-ci parser:
https://github.com/golang/go/wiki/CodeReviewComments#error-strings

Fixes #69.

the `path` package is not dealing with Windows and needed to be replaced
with `filepath`. https://pkg.go.dev/path#pkg-overview

Also fixed a few linting errors from my golang-ci parser:
https://github.com/golang/go/wiki/CodeReviewComments#error-strings
@sledigabel
Copy link
Contributor Author

@kathrynallan successfully tested it on Windows (in #69)

@sledigabel sledigabel self-assigned this Jan 19, 2022
@sledigabel sledigabel added the bug Something isn't working label Jan 19, 2022
Copy link
Collaborator

@rnorth rnorth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sledigabel sledigabel merged commit ab932f4 into main Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

turbolift clone/create-prs does not work in windows
2 participants