From 2426b7468fb0e7955b9ba641cf08fe0fdf3f5de0 Mon Sep 17 00:00:00 2001 From: aymane aallaoui <111997551+aymaneallaoui@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:47:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ca6b5..b1737aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Zod-Go: Schema Validation Library for Go -Zod-Go is a Go-based validation library inspired by the popular Zod library in TypeScript(before you say anything yes i'm a TS soy dev, and i don't use go std lib + i only use go cuz it's blue like TS). It allows developers to easily define schemas to validate complex data structures, including strings, numbers, arrays(we know it's sLiCeS), maps, and nested objects. +Zod-Go is a Go-based validation library inspired by the popular Zod library in TypeScript(before you say anything yes i'm a TS soy dev, and i don't use go std lib cry about it + i only use go cuz it's blue like TS). It allows developers to easily define schemas to validate complex data structures, including strings, numbers, arrays(we know it's sLiCeS), maps, and nested objects. ## Features