Registry / utility / goccy-go-reflect

goccy-go-reflect

JSON →
library1.2.0gogounverified

A drop-in replacement for Go's reflect package with improved performance and additional features.

go get github.com/goccy/go-reflect
INSTALL
IMPORT
SIG · GOCCY-GO-REFLECT
G
goccy-go-reflect
utilitygov1.2.0
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.

reflect
github.com/goccy/go-reflect

Basic usage of go-reflect to inspect a value.

package main import ( "fmt" "github.com/goccy/go-reflect" ) func main() { var x int = 42 v := reflect.ValueOf(x) fmt.Println(v.Int()) }
Debug
Known issues
gotchaThis package is a fork of the standard library's reflect package and may have subtle differences in behavior.
fix
Test thoroughly when switching from standard reflect to go-reflect.
affects: all
Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
goccy-go-reflect — go get goccy-go-reflect · libregistry