Introduce ability to resolve all paths to absolute ones #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now we are accepting full path at every place that we are accepting any kind of file path. We need to be able to handle relative paths properly too.
In the codebase, in the
cmd/new.gofile, there is this code:We can start there (I had never tested this and got it from the internet somewhere) to resolve paths to full paths.
It is resolved and merged in main