Registry / testing / gagliardetto-gofuzz

gagliardetto-gofuzz

JSON →
library1.2.2gogounverified

Package fuzz is a library for populating go objects with random values.

go get github.com/gagliardetto/gofuzz
INSTALL
IMPORT
SIG · GAGLIARDETTO-GOFUZ
G
gagliardetto-gofuzz
testinggov1.2.2
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.

fuzz
github.com/gagliardetto/gofuzz

Fuzz a struct with random values.

package main import ( "fmt" "github.com/gagliardetto/gofuzz" ) type Person struct { Name string Age int } func main() { var p Person fuzz.New().Fuzz(&p) fmt.Printf("%+v\n", p) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gagliardetto-gofuzz — go get gagliardetto-gofuzz · libregistry