# golang-study **Repository Path**: xmlgrg/golang-study ## Basic Information - **Project Name**: golang-study - **Description**: 学习golang资料,2021年后学习资料 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-11-09 - **Last Updated**: 2022-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 背景 学习golang,和其他等学习资料整理 ++ 找开源项目的一些途径 - https://github.com/trending/ - https://github.com/521xueweihan/HelloGitHub - https://github.com/ruanyf/weekly - https://www.zhihu.com/column/mm-fe ## githup使用技巧 特殊的查找资源小技巧-常用前缀后缀 - 找百科大全 awesome xxx - 找例子 xxx sample - 找空项目架子 xxx starter / xxx boilerplate - 找教程 xxx tutorial ## go 微服务框架 - Dubbo go 阿里Dubbo团队 https://github.com/apache/dubbo-go - jupiter 斗鱼开源 http://jupiter.douyu.com/jupiter/ - rpcx 百度大神作品 https://rpcx.io/ - kit 微服务 ## goland 插件 - goanno 自动生成方法、接口注释。 - gitToolbox 显示git提交信息 - tabnine 自动完成代码