diff --git a/README.md b/README.md index 11ee932..0571f54 100644 --- a/README.md +++ b/README.md @@ -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;