Skip to content

Commit

Permalink
docs: add pure golang implementation note
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed Oct 23, 2023
1 parent 2c8fc79 commit 74f94d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion errors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# utils

Optimized common generic utilities for Cleverse projects.
Pure Golang optimized generic utilities for Cleverse projects.

## Installation

Expand Down

0 comments on commit 74f94d0

Please sign in to comment.