https://github.com/haotrr/rabbitmq-tutorials-go-cn
RabbitMQ tutorials Go version in Chinese.
https://github.com/haotrr/rabbitmq-tutorials-go-cn
golang rabbitmq tutorial
Last synced: 10 days ago
JSON representation
RabbitMQ tutorials Go version in Chinese.
- Host: GitHub
- URL: https://github.com/haotrr/rabbitmq-tutorials-go-cn
- Owner: haotrr
- Created: 2017-08-10T03:19:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T07:56:41.000Z (almost 8 years ago)
- Last Synced: 2025-05-14T17:42:32.544Z (about 1 year ago)
- Topics: golang, rabbitmq, tutorial
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Tutorials Go Version in Chinese
RabbitMQ 教程 Go 语言中文注释版。
## 目录
- [Hello world](./hello-world.md)
- [Work Queues](./work-queues.md)
- [Pubish/Subscribe](./publish-subscribe.md)
- [Routing](./routing.md)
- [Topics](./topics.md)
- [RPC](./rpc.md)