conform icon indicating copy to clipboard operation
conform copied to clipboard

Trims, sanitizes & scrubs data based on struct tags (go, golang)

Results 5 conform issues
Sort by recently updated
recently updated
newest added

Hello guys, Im trying to implement your code but I have some issues with it. In the case I have substruct or slice of substruct, the lib is not working....

hi, i got a problem when pass a struct which have an slice of int member, here is the test code below: `package main import ( "github.com/leebenson/conform" ) type UserForm...

Hello, I keep receiving a panic when a struct has a []uint. This causes a panic. ![Screenshot 2024-05-27 at 4 40 25 PM](https://github.com/leebenson/conform/assets/108309942/07d9578e-fca5-4cd8-a509-60adf7084cf9) Reason why a struct without any conform...

Hi there, Thanks for providing this package, and for offering it under the permissive MIT license. When reviewing our OSS licenses, we got aware that a sub-dependency doesn't have any...