Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use filepath.Dir instead of path.Dir
Use the `filepath` implementation of `Dir` instead of `path`. Resolve path resolution with Windows paths containing `\\` separators.
- Loading branch information