You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ Complimentary Software
346
346
347
347
Here is a list of software that compliments using this library either pre or post validation.
348
348
349
-
*[Gorilla Schema](https://github.com/gorilla/schema) - Package gorilla/schema fills a struct with form values.
349
+
*[form](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
350
350
*[Conform](https://github.com/leebenson/conform) - Trims, sanitizes & scrubs data based on struct tags.
0 commit comments