Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qinxuewu/go-notes
从零开始学Golang,初学者的成长之路 Gin+gorm+grpc+api
https://github.com/qinxuewu/go-notes
gin go golang golang-web gorm grpc web
Last synced: 3 months ago
JSON representation
从零开始学Golang,初学者的成长之路 Gin+gorm+grpc+api
- Host: GitHub
- URL: https://github.com/qinxuewu/go-notes
- Owner: qinxuewu
- License: apache-2.0
- Created: 2019-04-14T01:43:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T09:56:34.000Z (over 5 years ago)
- Last Synced: 2024-10-10T12:04:57.886Z (3 months ago)
- Topics: gin, go, golang, golang-web, gorm, grpc, web
- Language: Go
- Homepage:
- Size: 11.2 MB
- Stars: 22
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-notes
从零开始学Golang,初学者的成长之路# 任务列表
- [x] 【basic-grammar】Go的基础语法快速入门demo
- [x] 【basic-web】Go的Web编程快速入门demo
- [x] 【basic-beego】beego框架学习demo
- [x] 【basic-gin】gin框架学习demo
- [x] 【Day01】使用goquery爬取采集站全网VIP影视资源在线观看
- [x] 【Day02】golang的gorm库操作mysql
- [x] 【Day03】golang几种常用配置文件解析
- [x] 【Day04】 gin+grom整合crud实现简单api接口
- [x] 【Day05】 grpc快速入门## 参考学习地址
- [Go 初学者成长之路](https://github.com/halfrost/Halfrost-Field/blob/master/contents/Go/new_gopher_tips.md)
- [Go Web编程](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md )
- [Go语言标准库](https://books.studygolang.com/The-Golang-Standard-Library-by-Example)
- [Go语言圣经](http://shouce.jb51.net/gopl-zh/ch1/ch1-01.html)
- [Go语言中文网](https://studygolang.com/topics)
- [菜鸟教程](https://www.runoob.com/go/go-environment.html)
- [Teleport](https://github.com/henrylee2cn/teleport/blob/v5/README_ZH.md)一个通用、高效、灵活的Socket框架。
- [go-micro微服务框架](https://micro.mu/docs/cn/go-micro.html)
- [Go语言高级编程](https://chai2010.cn/advanced-go-programming-book)## Go开发者社区
- [https://gocn.io](https://gocn.io)
- [http://studygolang.com](http://studygolang.com)
- [http://www.golangtc.com](http://www.golangtc.com)
- [http://www.golangweb.com](http://www.golangweb.com)