Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.0% on proxy.golang.org
Top 3.3% dependent packages on proxy.golang.org
Top 2.9% dependent repos on proxy.golang.org

proxy.golang.org : github.com/shogo82148/pointer

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 - Source - Documentation - JSON
purl: pkg:golang/github.com/shogo82148/pointer
License: MIT
Latest release: 10 months ago
First release: over 3 years ago
Namespace: github.com/shogo82148
Dependent packages: 3
Dependent repositories: 3
Stars: 7 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/shogo82148
Last synced: about 21 hours ago

    Loading...
    Readme
    Loading...