Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shijuvar/go-recipes
Code examples for the book "Go Recipes" by Apress.
https://github.com/shijuvar/go-recipes
golang influxdb mongodb
Last synced: 5 days ago
JSON representation
Code examples for the book "Go Recipes" by Apress.
- Host: GitHub
- URL: https://github.com/shijuvar/go-recipes
- Owner: shijuvar
- License: mit
- Created: 2016-03-01T12:26:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T09:49:34.000Z (over 7 years ago)
- Last Synced: 2024-06-18T17:41:14.288Z (5 months ago)
- Topics: golang, influxdb, mongodb
- Language: Go
- Size: 71.3 KB
- Stars: 142
- Watchers: 14
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Recipes
Code examples for the book "Go Recipes" by Apress.# gokit
Check out [github.com/shijuvar/gokit](https://github.com/shijuvar/gokit) for further examples on Go.## Articles
* [Building High Performance APIs In Go Using gRPC And Protocol Buffers](https://medium.com/@shijuvar/building-high-performance-apis-in-go-using-grpc-and-protocol-buffers-2eda5b80771b)
* [Using Binary-Only Packages In Go](https://medium.com/@shijuvar/using-binary-only-packages-in-go-667bd7b123c8)