Added "ptr" package to miscellaneous (#2873)

* Added "ptr" package to miscellaneous

* Update README.md
This commit is contained in:
Evgeny 2020-01-03 04:26:05 +07:00 committed by Ceriath
parent 824ea249e2
commit 67107a3d7e

View File

@ -1838,6 +1838,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool.
* [pgo](https://github.com/arthurkushman/pgo) - Convenient functions for PHP community.
* [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API.
* [ptr](https://github.com/gotidy/ptr) - Package that provide functions for simplified creation of pointers from constants of basic types.
* [rclient](https://github.com/zpatrick/rclient) - Readable, flexible, simple-to-use client for REST APIs.
* [realize](https://github.com/tockins/realize) - Go build system with file watchers and live reload. Run, build and watch file changes with custom paths.
* [repeat](https://github.com/ssgreg/repeat) - Go implementation of different backoff strategies useful for retrying operations and heartbeating.