{"id":49907,"library":"google-gofuzz","title":"GoFuzz","description":"Package fuzz is a library for populating go objects with random values.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/google/gofuzz","tags":["fuzzing","testing","random","generation"],"install":[{"cmd":"go get github.com/google/gofuzz","lang":"bash","label":"Install github.com/google/gofuzz"}],"dependencies":[],"imports":[{"symbol":"fuzz","correct":"github.com/google/gofuzz"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/google/gofuzz\"\n)\n\nfunc main() {\n\ttype Person struct {\n\t\tName string\n\t\tAge  int\n\t}\n\tvar p Person\n\tfuzz.New().Fuzz(&p)\n\tfmt.Printf(\"%+v\\n\", p)\n}","lang":"go","description":"Fuzz a struct with random values"},"warnings":[],"env_vars":null,"search_vec":"'fuzz':3,14 'generat':17 'go':9 'gofuzz':1 'librari':6 'object':10 'packag':2 'popul':8 'random':12,16 'test':15 'valu':13","created_at":"2026-06-15T04:32:35.180088+00:00","updated_at":"2026-06-15T04:32:35.180088+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/google/gofuzz","github":"https://github.com/google/gofuzz","docs":"https://pkg.go.dev/github.com/google/gofuzz#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}