In the README.md there is an example utilizing the conform tag:
Add a conform tag to your structs, for all of the string fields that you want Conform to transform. Add the name of the transform (known as the "tag") in double quotes, and separate multiple tags with commas. Example: conform:"trim,lowercase"
If you look at the tags, this is not a correct tag. It is actually lower.
In the README.md there is an example utilizing the conform tag:
If you look at the tags, this is not a correct tag. It is actually
lower.