Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jul 30, 2024
1 parent 7c0cf62 commit 0eb4560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .scripts/packages.list
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
* + ansi
* + cache/memory
* + cache/fs
* + cache/memory
* + color
* + cron
* + csv
* + directio
* + easing
* + emoji
* + env
* + errutil
* + events
* + directio
* + fmtc
* + fmtutil
* + fmtutil/barcode
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Currently we support Linux and macOS (_except some packages_). All packages have
### Sub-packages

- [`ansi`](https://kaos.sh/g/ek.v13/ansi) — Package provides methods for working with ANSI/VT100 control sequences
- [`cache`](https://kaos.sh/g/ek.v13/cache) — Package provides a simple in-memory key/value cache
- [`cache`](https://kaos.sh/g/ek.v13/cache/fs) — Package provides a cache with file system storage
- [`cache`](https://kaos.sh/g/ek.v13/cache/memory) — Package provides a cache with memory storage
- [`color`](https://kaos.sh/g/ek.v13/color) — Package provides methods for working with colors
- [`cron`](https://kaos.sh/g/ek.v13/cron) — Package provides methods for working with cron expressions
- [`csv`](https://kaos.sh/g/ek.v13/csv) — Package with simple CSV parser compatible with default Go parser
Expand Down

0 comments on commit 0eb4560

Please sign in to comment.