-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
walk.Path escape character #205
Labels
Comments
Hello @System-Glitch ! While I am new to Go, I am interested in this project |
achimoraites
added a commit
to achimoraites/goyave
that referenced
this issue
Dec 29, 2024
Hi @achimoraites and thank you for your interest. Feel free to ask me if you need any help or guidance. |
achimoraites
added a commit
to achimoraites/goyave
that referenced
this issue
Jan 3, 2025
achimoraites
added a commit
to achimoraites/goyave
that referenced
this issue
Jan 3, 2025
achimoraites
added a commit
to achimoraites/goyave
that referenced
this issue
Jan 3, 2025
achimoraites
added a commit
to achimoraites/goyave
that referenced
this issue
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Proposal
It is currently impossible to use
*
or[]
in paths parsed with theutil/walk
package. We could add a way to escape these characters in the parser.The text was updated successfully, but these errors were encountered: