From 5e4982032139a1b6b18b797865b0000d66a3f7be Mon Sep 17 00:00:00 2001 From: Richard Carson Derr Date: Thu, 25 Jan 2024 17:38:50 -0500 Subject: [PATCH] add z5labs bedrock (#5180) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bc35f42..2a0556ba 100644 --- a/README.md +++ b/README.md @@ -906,6 +906,7 @@ _Libraries for working with dates and times._ _Packages that help with building Distributed Systems._ - [arpc](https://github.com/lesismal/arpc) - More effective network communication, support two-way-calling, notify, broadcast. +- [bedrock](https://github.com/z5labs/bedrock) - Provides a minimal, modular and composable foundation for quickly developing services and more use case specific frameworks in Go. - [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. - [consistent](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. - [consistenthash](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas.