Registry / utility / cdvelop-model

cdvelop-model

JSON →
library0.0.124gogounverified

A Go library for defining and managing data models with validation and serialization support.

go get github.com/cdvelop/model
INSTALL
IMPORT
SIG · CDVELOP-MODEL
C
cdvelop-model
utilitygov0.0.124
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.

model
✓ github.com/cdvelop/model

Create a new model instance.

package main import ( "fmt" "github.com/cdvelop/model" ) func main() { type User struct { Name string } m := model.New[User]() fmt.Println(m) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cdvelop-model — go get cdvelop-model · libregistry