From 74f94d0460370a06c14626789520db1bc0584d53 Mon Sep 17 00:00:00 2001 From: Planxnx Date: Mon, 23 Oct 2023 20:00:29 +0700 Subject: [PATCH] docs: add pure golang implementation note --- README.md | 4 ++-- errors/README.md | 2 +- utils/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c428bca..b24dd5f 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Miscellaneous useful Go packages by [Cleverse](https://about.cleverse.com) ## utils -Optimized common generic utilities for Cleverse Golang projects. +Pure Golang optimized generic utilities for Cleverse projects. [See here](utils/README.md). ## errors -Package errors adds stacktrace support to errors in go. +Pure Golang errors library with stacktrace support (for wrapping and formatting an errors). [See here](errors/README.md). diff --git a/errors/README.md b/errors/README.md index 242e942..eca7dfa 100644 --- a/errors/README.md +++ b/errors/README.md @@ -3,7 +3,7 @@ # errors -Package errors adds stacktrace support to errors in go. +Pure Golang errors library with stacktrace support (for wrapping and formatting an errors). ## Installation diff --git a/utils/README.md b/utils/README.md index acc27bd..e694b87 100644 --- a/utils/README.md +++ b/utils/README.md @@ -3,7 +3,7 @@ # utils -Optimized common generic utilities for Cleverse projects. +Pure Golang optimized generic utilities for Cleverse projects. ## Installation