Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into build
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 2, 2024
2 parents a1cec5f + 2949b02 commit fb9e823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22
go 1.21

use (
./editor
Expand Down

0 comments on commit fb9e823

Please sign in to comment.