Commit graph

12 commits

Author SHA1 Message Date
Tobias Sjösten
9f6c1cdebf
Fixed typo 2019-07-12 09:22:34 +02:00
Alexander Shepelin
868936b862
Fix FieldError doc 2018-10-25 08:40:37 +03:00
Aaron Lehmann
770163b1e1 Documentation fixes
This fixes a few documentation issues I noticed.

- Explain what Func is supposed to return.
- Remove change reference to ActualNamespace to mention StructNamespace
  instead.
- Remove references to Validatable, which no longer exists.
- Fix godoc formatting.
- Delete extra text from ReportValidationErrors comment.
- Change ReportError interface definition so its arguments are named
  consistently with what they do.
2017-08-29 18:50:00 -07:00
Dean Karn
506cc5da56 Add Filter logic 2016-09-25 13:48:20 -04:00
Jawher Moussa
73e8e76de2 Fix universal translator imports so that goimports doesn't get remove them
Running goimports on the codebase deletes all the imports of "github.com/go-playground/universal-translator".

The fix consists of explicitly qualifying the import statements with ut.
2016-09-22 13:29:12 +02:00
Dean Karn
a7ca4a1d32 add default translations for "en"
- need help creating more.
2016-09-15 14:50:04 -04:00
Dean Karn
532878b008 initial translation/custom error code 2016-09-14 14:48:46 -04:00
joeybloggs
3e196d49c6 saving some bytes uint8 vs int 2016-08-06 20:41:38 -04:00
joeybloggs
b2c8f66e7b why pass the Field names, they already belong to the namespaces... 2016-08-06 20:18:19 -04:00
joeybloggs
ea09db9292 aha! there's the extra allocation(s) Ive been chasing down! 2016-08-06 16:03:45 -04:00
joeybloggs
7e731afde9 field name updates 2016-08-03 19:20:42 -04:00
joeybloggs
e0e1af6a61 working instance 2016-08-03 14:46:35 -04:00