Registry / utility / pointer

pointer

JSON →
library0.1.0gogounverified

Provides helper functions for creating pointers to primitive types in Go.

go get gomodules.xyz/pointer
INSTALL
IMPORT
SIG · POINTER
P
pointer
utilitygov0.1.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.

pointer
gomodules.xyz/pointer

Creates a pointer to an integer value.

package main import ( "gomodules.xyz/pointer" ) func main() { p := pointer.Int(42) _ = p }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
pointer — go get pointer · libregistry