Registry / utility / pefish-go-reflect

pefish-go-reflect

JSON →
library0.2.2gogounverified

Provides enhanced reflection utilities for Go, simplifying common reflection tasks.

go get github.com/pefish/go-reflect
INSTALL
IMPORT
SIG · PEFISH-GO-REFLECT
P
pefish-go-reflect
utilitygov0.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.

goreflect
github.com/pefish/go-reflect

Gets the type name of a value using the reflect package.

package main import ( "fmt" goreflect "github.com/pefish/go-reflect" ) func main() { fmt.Println(goreflect.GetTypeName(42)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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