{"id":13601252,"url":"https://github.com/unknwon/go-rock-libraries-showcases","last_synced_at":"2025-05-16T14:04:28.317Z","repository":{"id":12528561,"uuid":"15198485","full_name":"unknwon/go-rock-libraries-showcases","owner":"unknwon","description":"《Go名库讲解》是一套针对 Google 出品的 Go 语言的第三方库进行评测讲解的集博客、示例与语音视频为一体的综合教程，适合完成学习完成《Go编程基础》教程的学习者。","archived":false,"fork":false,"pushed_at":"2015-07-27T12:22:52.000Z","size":625,"stargazers_count":1602,"open_issues_count":0,"forks_count":347,"subscribers_count":129,"default_branch":"master","last_synced_at":"2025-04-12T10:58:12.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unknwon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-15T05:39:01.000Z","updated_at":"2025-03-28T09:45:25.000Z","dependencies_parsed_at":"2022-07-08T00:56:11.581Z","dependency_job_id":null,"html_url":"https://github.com/unknwon/go-rock-libraries-showcases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-rock-libraries-showcases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-rock-libraries-showcases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-rock-libraries-showcases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-rock-libraries-showcases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unknwon","download_url":"https://codeload.github.com/unknwon/go-rock-libraries-showcases/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T18:00:59.422Z","updated_at":"2025-05-16T14:04:28.284Z","avatar_url":"https://github.com/unknwon.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"《Go名库讲解》\n===========================\n\n随着 Go 语言的快速发展，各类实用、强大的官方库和第三方库层出不穷。但种类繁多与功能强大的同时，也给不少初学者带来了许多选择和使用上的困扰。很多同学因为时间和精力上的限制，无法很好地体验这些数量庞大的库。因此，我特别制作本套教程，专门针对当中比较知名和受关注度较高的库进行基于 **博客、示例和视频** 的三位一体讲解。\n\n### 基本信息\n\n- **教程讲师**：[无闻](http://weibo.com/Obahua)\n- **教程简介**：《Go名库讲解》是一套针对 Google 出品的 Go 语言的第三方库进行评测讲解的集博客、示例与语音视频为一体的综合教程，适合完成学习完成 [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming) 教程的学习者。\n- **学前要求**：本套教程要求学习者具有基本的 Go 语言开发能力，最好是完成学习 [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming) 的同学。\n- **开发环境**：Go 语言 1.2.* - 1.4.\\* 版本\n- **开发工具**：Sublime Text 3\n- **开发系统**：Mac OS 10.9.\\*-10.10.*\n- **教程进展**：通过 [Worktile](https://worktile.com/project/4e9f358914544ab8b999f800ab900c0d) 可随时关注教程进展情况\n- **收录网站**：\n\t- [优才网](http://www.ucai.cn/course/show/134)\n\t- [土豆网](http://www.tudou.com/plcover/m1AWOKxI9nQ/)\n\t- [网易云课堂](http://study.163.com/course/courseMain.htm?courseId=510006#/courseMain)\n- **课程下载**：\n\t- [百度网盘](http://pan.baidu.com/s/1mgMCV5e)（提取码：1x69）\n\n## 课程大纲\n\n|课程标题|副标题|课时数|在线播放|\n|:-----:|:---:|:---:|:-----|\n|[课程学习指导](lectures/00-introduction)|/|1/1|[优才网](http://www.ucai.cn/course/chapter/134/3699/6825) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=651089\u0026courseId=510006)|\n|[goconfig - INI 解析器](lectures/01-goconfig)|goconfig 使用解析|1/1|[优才网](http://www.ucai.cn/course/chapter/134/3701/6833) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=659131\u0026courseId=510006)|\n|[xorm - Go 语言 ORM](lectures/02-xorm)|常见用法指导|1/2|[优才网](http://www.ucai.cn/course/chapter/134/4068/8271) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=729063\u0026courseId=510006)|\n||高级用法讲解|2/2|[优才网](http://www.ucai.cn/course/chapter/134/4281/9025) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=876010\u0026courseId=510006)|\n|[goconvey - 单元测试库](lectures/03-goconvey)|优雅的单元测试|1/1|[优才网](http://www.ucai.cn/course/chapter/134/4617/9400) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=999114\u0026courseId=510006)|\n|[Macaron - 模块化 Web 框架](lectures/04-macaron)|初识 Macaron|1/?|[优才网](http://www.ucai.cn/course/chapter/134/4638/9497) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=1051887\u0026courseId=510006)|\n||核心服务的使用|2/?|[优才网](http://www.ucai.cn/course/chapter/134/4638/9658) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=1125042\u0026courseId=510006)|\n||自定义服务|3/?|[优才网](http://www.ucai.cn/index.php?app=fullstack\u0026mod=Train\u0026act=show\u0026cid=134\u0026sid=4638\u0026chid=11211) [网易云课堂](http://study.163.com/course/courseLearn.htm?courseId=510006#/learn/video?lessonId=1484008\u0026courseId=510006)|\n\n### 相关资源\n\n- 教程资源\n\t - [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming)\n- QQ 交流群\n\t- Martini\u0026Macaron 交流群：371440803\n- 学习网站\n\t- [Golang Home](http://golanghome.com)\n\t- [Go 语言学习园地](http://studygolang.com/)\n\t- [Golang 中国](http://golangtc.com/)\n- 辅助站点\n\t- [Go Walker](http://gowalker.org)：在线 Go 项目 API 文档\n\t- [Gopm Registry](http://gopm.io)：Go 语言包版本化缓存和分发服务\n\n### 授权许可\n\n除特别声明外，本套教程中的内容使用 CC BY-SA 3.0 License（创作共用 署名-相同方式共享 3.0 许可协议）授权，代码遵循 BSD 3-Clause License（3 项条款的 BSD 许可协议）。\n\n## 本套教程由 [优才网](http://www.ucai.cn/) 和 [@开发者头条](http://toutiao.io/) 联合赞助，特此感谢！\n\n[![优才网 Logo](images/ucai_logo_blue.png)](http://www.ucai.cn) [![开发者头条微信二维码](images/toutiao.jpg)](http://toutiao.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknwon%2Fgo-rock-libraries-showcases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funknwon%2Fgo-rock-libraries-showcases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknwon%2Fgo-rock-libraries-showcases/lists"}