Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamony committed Nov 5, 2024
1 parent a40be55 commit 926a665
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
A collection of Go libraries:
* [errors](https://github.com/Zamony/go/tree/main/errors) - errors with stacktraces;
* [golimit](https://github.com/Zamony/go/tree/main/golimit) - simple rate limiter;
* [httpstatus](https://github.com/Zamony/go/tree/main/httpstatus) - convert http code to status;
* [squll](https://github.com/Zamony/go/tree/main/squll) - sql templating;
* [zap](https://github.com/Zamony/go/tree/main/zap) - structured logging;
* [sync](https://github.com/Zamony/go/tree/main/sync) - additional synchronization primitives;
* [zap](https://github.com/Zamony/go/tree/main/zap) - structured logging;
* [golimit](https://github.com/Zamony/go/tree/main/golimit) - simple rate limiter;
* [toast](https://github.com/Zamony/go/tree/main/toast) - test helpers;
* [squll](https://github.com/Zamony/go/tree/main/squll) - sql templating;
* [httpstatus](https://github.com/Zamony/go/tree/main/httpstatus) - convert http code to status;

0 comments on commit 926a665

Please sign in to comment.