Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez committed Aug 2, 2023
1 parent a5ef628 commit 1b419dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Realpath for Go. This finds the true path of a file or directory, resolving any symbolic links.

It adds some extra features to the yookoala library's [filepath](https://github.com/yookoala/realpath) package. Instead of manually iterating over the path components, it uses the `filepath.Abs`, `filepath.Clean` function to do it for you. It also evaluates symbolic links.

## Installation

```bash
Expand Down

0 comments on commit 1b419dd

Please sign in to comment.