{"id":53392,"library":"goccy-go-reflect","title":"Go Reflect","description":"A drop-in replacement for Go's reflect package with improved performance and additional features.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/goccy/go-reflect","tags":["reflect","reflection","performance","drop-in","replacement"],"install":[{"cmd":"go get github.com/goccy/go-reflect","lang":"bash","label":"Install github.com/goccy/go-reflect"}],"dependencies":[],"imports":[{"symbol":"reflect","correct":"github.com/goccy/go-reflect"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/goccy/go-reflect\"\n)\n\nfunc main() {\n\tvar x int = 42\n\tv := reflect.ValueOf(x)\n\tfmt.Println(v.Int())\n}","lang":"go","description":"Basic usage of go-reflect to inspect a value."},"warnings":[{"fix":"Test thoroughly when switching from standard reflect to go-reflect.","message":"This package is a fork of the standard library's reflect package and may have subtle differences in behavior.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'addit':17 'drop':5,23 'drop-in':4,22 'featur':18 'go':1,9 'improv':14 'packag':12 'perform':15,21 'reflect':2,11,19,20 'replac':7,25","created_at":"2026-06-15T07:38:07.695508+00:00","updated_at":"2026-06-15T07:38:07.695508+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/goccy/go-reflect","github":"https://github.com/goccy/go-reflect","docs":"https://pkg.go.dev/github.com/goccy/go-reflect#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}