From 2b4530f9c535027816aa46d06a6a565b97bd305c Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 11 Aug 2025 12:38:24 +0200 Subject: add package jsonmatch --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 75563fe..5689217 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,17 @@ SPDX-License-Identifier: Apache-2.0 # gg (Generic Generics) -A Go library for the generic types that should be in the standard library, but aren't. -Currently, this includes [Option](./option/). -I may additional types like `Result`, `Either` or `Pair` if: +My personal extension of the standard library, mostly containing foundational generic types. + +## List of packages + +- [jsonmatch](./jsonmatch/): matching of encoded JSON payloads against fixed assertions +- [option](./option/): an Option type with strong isolation +- [options](./options/): additional functions for type Option + +## Future developments + +I may add additional types (e.g. `Result`, `Either` or `Pair`) if: - there is a compelling usecase for myself, and -- an API can be built that is ergonomic in practice (this is the biggest reason why `Result` might never happen). +- I find an API that is ergonomic in practice (this is the biggest reason why `Result` might never happen). -- cgit v1.2.3