Replies: 1 comment 7 replies
-
how about just a replace string? Sounds like an XYproblem, please explain what you are trying to achieve. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a template function that gives a relative path when given a base path and a target path as arguments?
I have something like this in mind:
Golang's
filepath
seems to have a function like this: https://pkg.go.dev/path/filepath#RelBeta Was this translation helpful? Give feedback.
All reactions