From 39f946dd5b5b039816acce42ee519c4f76a12764 Mon Sep 17 00:00:00 2001 From: Nofeatures Onlybugs Date: Mon, 30 Aug 2021 11:23:05 -0700 Subject: [PATCH] Add `set` to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 866e5960..4b0633df 100644 --- a/README.md +++ b/README.md @@ -2179,6 +2179,7 @@ _**Unofficial** set of patterns for structuring projects._ * [scan](https://github.com/blockloop/scan) - Scan golang `sql.Rows` directly to structs, slices, or primitive types. * [scany](https://github.com/georgysavva/scany) - Library for scanning data from a database into Go structs and more. * [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need. +* [set](https://github.com/nofeaturesonlybugs/set) - Performant and flexible struct mapping and loose type conversion. * [shutdown](https://github.com/ztrue/shutdown) - App shutdown hooks for `os.Signal` handling. * [silk](https://github.com/chrispassas/silk) - Read silk netflow files. * [slice](https://github.com/psampaz/slice) - Type-safe functions for common Go slice operations.