aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-07-29 21:56:06 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-07-29 22:33:37 +0200
commit7ead3465c7fdf564ae367e1169aeb68ced9267c8 (patch)
treed6647e498a9663def6a2bbfd89dba1a59135fc25 /README.md
parente7c4ea85915d525c738ae0da5494da57926b07ca (diff)
downloadgo-gg-7ead3465c7fdf564ae367e1169aeb68ced9267c8.tar.gz
add package errext
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e2b2a4..e4f404f 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,10 @@ My personal extension of the standard library.
- [gsql](./gsql/): abstraction layer for database libraries, supporting both database/sql drivers and non-standard drivers like [pgx](https://github.com/jackc/pgx)
+### Addons for errors
+
+- [errext](./errext/): composite error types
+
### Addons for net/http
- [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern