Registry / utility / wacul-ptr

wacul-ptr

JSON →
library1.0.0gogounverified

Utility functions to obtain pointers to built-in type values in Go.

go get github.com/wacul/ptr
INSTALL
IMPORT
SIG · WACUL-PTR
W
wacul-ptr
utilitygov1.0.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.

ptr
✓ github.com/wacul/ptr

Create a pointer to an integer value.

package main import ( "fmt" "github.com/wacul/ptr" ) func main() { p := ptr.Int(42) fmt.Println(*p) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
wacul-ptr — go get wacul-ptr · libregistry