This is the Linux app named govalidator whose latest release can be downloaded as v11.0.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named govalidator with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
govalidator
DESCRIPTION:
A package of validators and sanitizers for strings, structs and collections. Based on validator.js. Activate behavior to require all fields have a validation tag by default. SetFieldsRequiredByDefault causes validation to fail when struct fields do not include validations or are not explicitly marked as exempt (using valid:"-" or valid:"email,optional"). A good place to activate this is a package init function or the main() function. SetNilPtrAllowedByRequired causes validation to pass when struct fields marked by required are set to nil. This is disabled by default for consistency, but some packages that need to be able to determine between nil and zero value state can use this. If disabled, both nil and zero values cause validation errors. If you want to validate structs, you can use tag valid for any field in your structure. All validators used with this field in one tag are separated by comma.
Features
- Custom validator function signature
- Add custom validators
- Completely custom validators
- Validate maps
- Custom validation using your own domain specific validators
- Custom error messages are supported
Programming Language
Go
This is an application that can also be fetched from https://sourceforge.net/projects/govalidator.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.