Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Apr 2, 2024
1 parent e093b7b commit 1b67197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Currently the following packages are available:

- [`editor`](./editor): open files in text editors
- [`errors`](./errors): `errors.Join` in older Go versions
- [`higherorder`](./exp/higherorder): generic higher order functions
- [`golden`](./exp/golden): verify golden files equality
- [`higherorder`](./exp/higherorder): generic higher order functions
- [`open`](./exp/open): open a file/URL using `open`, `xdg-open`, etc
- [`ordered`](./exp/ordered): generic `min`, `max`, and `clamp` functions for ordered types
- [`slice`](./exp/slice): generic slice utilities
- [`strings`](./exp/strings): utilities for working with strings
Expand Down

0 comments on commit 1b67197

Please sign in to comment.