We should add an option of whether to use the full display name or not in the error message. This because in some cases showing the full display name makes the errors less user friendly. Especially if they are being shown to non developers. Also not having this option makes it troublesome if one would like to use a custom display name using SetDisplayNameTag(tagName).
Suggestion
defaultValidator := validator.Default()
defaultValidator.UseFullDisplayNameInError(false) // default is true