Registry / utility / golang-infrastructure-go-pointer

golang-infrastructure-go-pointer

JSON →
library0.0.5gogounverified

Utility functions for working with pointers in Go.

go get github.com/golang-infrastructure/go-pointer
INSTALL
IMPORT
SIG · GOLANG-INFRASTRUCT
G
golang-infrastructure-go-pointer
utilitygov0.0.5
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.

pointer
github.com/golang-infrastructure/go-pointer

Creates a pointer to an integer and dereferences it.

package main import ( "fmt" "github.com/golang-infrastructure/go-pointer" ) func main() { p := pointer.To(42) fmt.Println(*p) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golang-infrastructure-go-pointer — go get golang-infrastructure-go-pointer · libregistry