Registry / utility / 14rcole-gopopulate

14rcole-gopopulate

JSON →
library0.0.0-20180821133914-b175b219e774gogounverified

A Go library for populating struct fields with random data.

go get github.com/14rcole/gopopulate
INSTALL
IMPORT
SIG · 14RCOLE-GOPOPULATE
1
14rcole-gopopulate
utilitygov0.0.0-20180821133914-b175b219e774
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.

gopopulate
github.com/14rcole/gopopulate

Populate a struct with random data.

package main import ( "fmt" "github.com/14rcole/gopopulate" ) type Example struct { Name string Age int } func main() { var e Example gopopulate.Populate(&e) fmt.Printf("%+v\n", e) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180821133914-b175b219e774latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
42
OpenAI (training)
1
Resources
14rcole-gopopulate — go get 14rcole-gopopulate · libregistry