Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xpzouying/learning_golang
learning golang
https://github.com/xpzouying/learning_golang
go-learning golang
Last synced: about 2 months ago
JSON representation
learning golang
- Host: GitHub
- URL: https://github.com/xpzouying/learning_golang
- Owner: xpzouying
- License: mit
- Created: 2018-12-17T23:01:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T05:48:09.000Z (over 3 years ago)
- Last Synced: 2024-11-07T03:42:59.480Z (about 2 months ago)
- Topics: go-learning, golang
- Language: Go
- Size: 12.1 MB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learning_golang
learning golang## 大纲
### golang入门及工具
- golang入门
- [how_to_test](https://github.com/xpzouying/learning_golang/tree/master/how_to_test)
> 介绍在golang中如何进行测试
- 开发规范- [how to contributing](https://github.com/xpzouying/learning_golang/tree/master/how_to_contribute)
> 介绍开发流程的规范
### golang调优
- [how_to_tuning](https://github.com/xpzouying/learning_golang/tree/master/how_to_tuning)
> 介绍如何使用golang进行调优
### 如何通过源码学习
- 源码地址:
- [RichardKnop/machinery](https://github.com/RichardKnop/machinery)
> Machinery is an asynchronous task queue/job queue based on distributed message passing.
>
> 异步的消息/任务队列,后端支持amqp、redis等## 参考
阮一峰Restful:
- http://www.ruanyifeng.com/blog/2018/10/restful-api-best-practices.html
- http://www.ruanyifeng.com/blog/2014/05/restful_api.html
- http://www.ruanyifeng.com/blog/2011/09/restful.htmlhttps://help.github.com/articles/closing-issues-using-keywords/
###