Registry / utility / webx-top-validation

webx-top-validation

JSON →
library0.0.3gogounverified

A Go library for validating struct fields and form data.

go get github.com/webx-top/validation
INSTALL
IMPORT
SIG · WEBX-TOP-VALIDATIO
W
webx-top-validation
utilitygov0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

validation
github.com/webx-top/validation

Validates that a field is not empty.

package main import ( "fmt" "github.com/webx-top/validation" ) func main() { v := validation.Validation{} v.Required("test", "field") fmt.Println(v.HasErrors()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
webx-top-validation — go get webx-top-validation · libregistry