Registry / testing / bxcodec-faker-v4

bxcodec-faker-v4

JSON →
librarygogounverified

A Go library for generating fake data for testing and development.

go get github.com/bxcodec/faker/v4
INSTALL
IMPORT
SIG · BXCODEC-FAKER-V4
B
bxcodec-faker-v4
testinggo
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.

faker
github.com/bxcodec/faker/v4

Generates fake data for a struct using faker tags.

package main import ( "fmt" "github.com/bxcodec/faker/v4" ) type User struct { Name string `faker:"name"` Age int `faker:"boundary_start=18, boundary_end=80"` } func main() { var user User faker.FakeData(&user) fmt.Printf("%+v\n", user) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
bxcodec-faker-v4 — go get bxcodec-faker-v4 · libregistry