Registry / utility / strongo-validation

strongo-validation

JSON →
library0.0.8gogounverified

Validation utilities for Go structs and data.

go get github.com/strongo/validation
INSTALL
IMPORT
SIG · STRONGO-VALIDATION
S
strongo-validation
utilitygov0.0.8
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/strongo/validation

Validate a struct using strongo validation.

package main import ( "github.com/strongo/validation" ) func main() { err := validation.ValidateStruct(myStruct) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
strongo-validation — go get strongo-validation · libregistry