modulepackage
0.0.4
Repository: https://github.com/calvine/simplevalidation.git
Documentation: pkg.go.dev
# README
Docs are hosted on pkg.go.dev
Test Coverage info
- To generate a test coverage report run
go test -coverprofile="test_coverage.out" ./...
- To see the HTML coverage report run
go tool cover -html="test_coverage.out"
- To generate an HTMl file with the report data run
go tool cover -html="test_coverage.out" -o="test_coverage_report.html"
- To generate an HTMl file with the report data run
# Packages
The validation package handles validating data with validators from the validator package.
The validator package contains the validators use by the validation package to perform validation.