From 561db30e03d5cf22709c8dbf091c5ea61717695e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 21 Mar 2025 21:12:36 +0800 Subject: gpool: Generic wrapper for sync.Pool --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0a49657..d20b20d 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ This needs to be addressed in the future. ## Ported/forked packages -| Name | Description | Origin | License | -| - | - | - | - | -| scfg | Configuration parsing library | emersion | MIT | -| cmap | Generic concurrent maps | Go | BSD-3-Clause | +| Name | Description | Origin | License | +| - | - | - | - | +| scfg | Configuration parsing library | emersion | MIT | +| cmap | Generic concurrent maps | Go | BSD-3-Clause | +| gpool | Generic wrapper for sync.Pool | Go | BSD-3-Clause | ## Custom packages -- cgit v1.2.3