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

Replace filepath.Match with path.Match #452

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

KianYang-Lee
Copy link
Contributor

OS-specific behaviour is not necessary. This PR replaces filepath.Match with path.Match and also updated the documentation to reflect that.

Closes #451

@nhooyr nhooyr changed the base branch from master to dev June 4, 2024 04:20
@nhooyr
Copy link
Contributor

nhooyr commented Jun 4, 2024

@KianYang-Lee Nice this looks great thanks.

Could you rebase on dev to get rid of the extra commit?

OS-specific behaviour is not necessary. This PR replaces filepath.Match
with path.Match and also updated the documentation to reflect that.
@KianYang-Lee KianYang-Lee force-pushed the replace-filepath-with-path branch from e8c9319 to 26a723c Compare June 4, 2024 05:24
@KianYang-Lee
Copy link
Contributor Author

@nhooyr rebased

@KianYang-Lee
Copy link
Contributor Author

@nhooyr is this good to merge?

@mafredri mafredri deleted the branch coder:master August 15, 2024 20:35
@mafredri mafredri closed this Aug 15, 2024
@mafredri mafredri reopened this Aug 16, 2024
@mafredri mafredri changed the base branch from dev to master August 16, 2024 14:41
@mafredri mafredri self-requested a review August 21, 2024 08:57
Copy link
Member

@mafredri mafredri left a comment

Choose a reason for hiding this comment

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

Looks great 🎉, thanks for the PR @KianYang-Lee!

@mafredri mafredri merged commit 4ce1d90 into coder:master Aug 21, 2024
8 checks passed
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.

Should use path.Match instead of filepath.Match
3 participants