From c514b2e0c327d5992123214942475e7fdb6f01f5 Mon Sep 17 00:00:00 2001 From: Wagner Camarao <777396+wcamarao@users.noreply.github.com> Date: Thu, 22 Dec 2022 05:21:54 +1000 Subject: [PATCH] add `pmx` module reference to the readme file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c21a182a..4b30205b 100644 --- a/README.md +++ b/README.md @@ -142,3 +142,7 @@ Library for scanning data from a database into Go structs and more. ### [https://github.com/otan/gopgkrb5](https://github.com/otan/gopgkrb5) Adds GSSAPI / Kerberos authentication support. + +### [github.com/wcamarao/pmx](https://github.com/wcamarao/pmx) + +Explicit data mapping and scanning library for Go structs and slices.