proxy.golang.org : github.com/shogo82148/pointer : v0.0.1
Package pointer provides pointer utility functions. The Go's specification says that the operand of the address operation &x must be addressable (ref. https://golang.org/ref/spec#Address_operators ). It means that we cat get the addresses of constants, literals(Integer literals, Floating-point literals, String literals, etc.), and the return values of a function or method. The pointer packages make them addressable, and returns their pointers.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/shogo82148/[email protected]
Published:
Indexed:
Related tag:
v0.0.1