From 7ac96f38f0000cd0aed2f1268203a3d66ca6deba Mon Sep 17 00:00:00 2001 From: Yurii Biurher <5927403+jokruger@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:31:56 +0300 Subject: [PATCH] Added dec128 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28fa921..f8af07f 100644 --- a/README.md +++ b/README.md @@ -1090,3 +1090,4 @@ A curated list of awesome Go frameworks, libraries and software. * [aelsabbahy/goss](https://github.com/aelsabbahy/goss) - Quick and Easy server testing/validation * [livekit/livekit](https://github.com/livekit/livekit) - Scalable, high-performance WebRTC SFU. SDKs in JavaScript, React, React Native, Flutter, Swift, Kotlin, Unity/C#, Go, Ruby and Node. * [monkeyWie/gopeed-core](https://github.com/monkeyWie/gopeed-core) - A fast download client,support HTTP&P2P. +* [jokruger/dec128](https://github.com/jokruger/dec128) - High-performance 128-bit fixed-point decimal numbers in go.