diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-06-02 13:21:40 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-06-02 13:21:40 +0200 |
| commit | e8724868977c2d3a8f9c883789893aabc77cda9f (patch) | |
| tree | 79c2ccf120f164753199191817f6d288af232712 /README.md | |
| parent | cadbdaeac471c21758b37c3117693a95e8010ba8 (diff) | |
| download | go-gg-e8724868977c2d3a8f9c883789893aabc77cda9f.tar.gz | |
add package columnar
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ My personal extension of the standard library, with foundational generic types a ## List of packages - [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern +- [columnar](./columnar/): efficient JSON marshaling of lists of objects in a columnar format - [jsonmatch](./jsonmatch/): matching of encoded JSON payloads against fixed assertions - [is](./is/): binary operations that are expressed in a curried style, e.g. `is.LessThan(b)(a) == a < b`, for use with `Option.IsSomeAnd()` etc. - [option](./option/): an Option type with strong isolation |
