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.
Ecosystem
proxy.golang.org
proxy.golang.org
Latest Release
about 1 month ago
v1.4.0
about 1 month ago
Versions
9
9
Dependent Packages
3
3
Dependent Repos
3
3
Loading...
Readme
Loading...
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/shogo82148/pointer
spec |
| License | MIT |
| Namespace | github.com/shogo82148 |
| First Release | about 5 years ago |
| Last Synced | 13 days ago |
Repository
| Stars | 13 on GitHub |
| Forks | 0 on GitHub |
| Commits | 49 |
| Committers | 2 |
| Avg per Author | 24.5 |
| DDS | 0.082 |
Rankings on proxy.golang.org
Overall
Top 9.0%
Dependent packages
Top 3.3%
Dependent repos
Top 2.9%