# reading-go **Repository Path**: xuwuming/reading-go ## Basic Information - **Project Name**: reading-go - **Description**: Go 每日阅读和 Go 夜读 > Daily Reading Go and Night Reading Go - Go source reading and offline technical or another articles or discussion on every night. - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Go 夜读](https://reading.developerlearning.cn/) [![Build Status](https://travis-ci.org/developer-learning/night-reading-go.svg?branch=master)](https://travis-ci.org/developer-learning/night-reading-go) [![Go Report Card](https://goreportcard.com/badge/github.com/developer-learning/night-reading-go)](https://goreportcard.com/report/github.com/developer-learning/night-reading-go) [![GitHub stars](https://img.shields.io/github/stars/developer-learning/night-reading-go.svg?label=Stars)](https://github.com/developer-learning/night-reading-go) [![GitHub forks](https://img.shields.io/github/forks/developer-learning/night-reading-go.svg?label=Fork)](https://github.com/developer-learning/night-reading-go) [![All Contributors](https://img.shields.io/badge/all_contributors-48-orange.svg?style=flat-square)](#contributors) [![Documentation](https://godoc.org/github.com/developer-learning/night-reading-go?status.svg)](http://godoc.org/github.com/developer-learning/night-reading-go) [![Coverage Status](https://coveralls.io/repos/github/developer-learning/night-reading-go/badge.svg?branch=master)](https://coveralls.io/github/developer-learning/night-reading-go?branch=master) [![GitHub issues](https://img.shields.io/github/issues/developer-learning/night-reading-go.svg?label=Issue)](https://github.com/developer-learning/night-reading-go/issues) [![license](https://img.shields.io/github/license/developer-learning/night-reading-go.svg)](https://github.com/developer-learning/night-reading-go/blob/master/LICENSE) ## Stargazers over time [![Stargazers over time](https://starcharts.herokuapp.com/developer-learning/night-reading-go.svg)](https://starcharts.herokuapp.com/developer-learning/night-reading-go) [night-reading-go Star History and Stats](https://seladb.github.io/StarTrack-js/?u=developer-learning&r=night-reading-go) Go 学习与分享: - 每周约定一个晚上进行 Go 源码阅读,Go 新手可以先去这里看看 **[Go 学习之路](https://github.com/developer-learning/learning-golang)**。 >阅读范畴:Go 标准包、开源项目源代码。 - 每天阅读。 *你愿意来,那说明你想改变,你也保证自己能做到,那你就得理解一点:在这里,我们是共同付出,你不是吸收者,我也不是分享者,我们可以讨论,但是我们不能帮你坚持或者教你,带你。* ----
|![notification](/static/images/bell-outline-badged.svg)预告| |:------------------:| | 《context 包源码阅读》| ---- ## 阅读清单 - [x] strings - [x] strconv - [x] testing - [x] net/http - [x] sync - [x] flag - [x] etcd/raft - [x] defer - [ ] context ## 回看地址 - [Go 夜读(YouTuBe)](https://www.youtube.com/channel/UCZwrjDu5Rf6O_CX2CVx7n8Q?sub_confirmation=1) - [Go 夜读(B 站)](https://space.bilibili.com/326749661) ## 我们的目标 我们希望可以推进大家深入了解 Go ,快速成长为资深的 Gopher 。我们希望每次来了的人和没来的人都能够有收获,成长。 ## 我们的方式 由一个主讲人带着大家一起去阅读 Go 源代码,一起去啃那些难啃的算法、学习代码里面的奇淫技巧,遇到问题或者有疑惑了,我们可以一起去检索,解答这些问题。我们可以一起学习,共同成长。 >阅读规则:选取 package 包,然后从上往下开始读 xxx.go 文件,每个文件从上往下读导出的函数(一步一步跟逻辑,如果逻辑跳出这个 package 则不做深入探究)。 ## 我们的精神 开源!开源!开源!重要的事,一定要说三遍。 >希望有兴趣的小伙伴们一起加入,让我们一起把 《Go 夜读》建立成一个对大家都有帮助的开源社区。 ## 怎么加入 如果你想加入微信群,请搜索 `mai_yang` ,然后备注你的姓名、公司、工作岗位和职责,备注来源:Github。 ---- ## 如何参与贡献? ```sh ├── reading // Go 源码阅读 ├── discuss // 日常微信群讨论的总结 ├── articles // 个人原创的技术文章 ├── interview // Go 面试专区 └── other // 其他 ``` [如何参与贡献](https://github.com/developer-learning/night-reading-go/blob/master/CONTRIBUTING.md) ## Contributors 我非常重视每一个对这个项目的贡献者,我会将贡献者列表更新到这里,目前只有提交 Pull Request 的小伙伴,但是贡献不仅仅如此,还可以包括提交 Issue 以及在社群中有所贡献的人。 贡献者自己可以提 PR ,方法如下: - 安装 `npm install -g --save-dev all-contributors-cli` - `sh gen_contributors.sh` 贡献类型有多种,比如:"code", "ideas","review","talk","tutorial",你可以在 `.all-contributorsrc` 中修改。 Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): | [
maiyang](https://github.com/yangwenmai)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=yangwenmai "Code") [🤔](#ideas-yangwenmai "Ideas, Planning, & Feedback") [👀](#review-yangwenmai "Reviewed Pull Requests") [📢](#talk-yangwenmai "Talks") [✅](#tutorial-yangwenmai "Tutorials") | [
Simple Min](https://github.com/mougeCM)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=mougeCM "Code") | [
kenny](https://github.com/yuhao5)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=yuhao5 "Code") | [
charnlsxy](https://github.com/charnlsxy)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=charnlsxy "Code") | [
AceDarkknight](https://github.com/AceDarkknight)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=AceDarkknight "Code") | [
Data](https://github.com/gnuos)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=gnuos "Code") | [
侯名](https://github.com/KISSMonX)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=KISSMonX "Code") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [
dumliu01](https://github.com/dumliu01)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=dumliu01 "Code") | [
hlily2005](https://github.com/hlily2005)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=hlily2005 "Code") | [
fenggolang](https://github.com/fenggolang)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=fenggolang "Code") | [
henrylee2cn](https://github.com/henrylee2cn)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=henrylee2cn "Code") | [
shaqsnake](https://github.com/shaqsnake)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=shaqsnake "Code") | [
tbwisk](https://github.com/TBWISK)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=TBWISK "Code") | [
Huang ChuanTong](https://github.com/toontong)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=toontong "Code") | | [
The notes of SQL optimize ](https://github.com/zhongxuan123)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=zhongxuan123 "Code") | [
zhouxinxin19920802](https://github.com/zhouxinxin19920802)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=zhouxinxin19920802 "Code") | [
macaria](https://github.com/macaria)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=macaria "Code") | [
Dennis](http://github.com/DennisMao)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=DennisMao "Code") | [
orangleliu](http://blog.csdn.net/orangleliu)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=orangle "Code") | [
HarbinZhang](https://github.com/HarbinZhang)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=HarbinZhang "Code") | [
LiMingji](https://github.com/SwanSpouse)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=SwanSpouse "Code") | | [
wintersnow](https://mickey0524.github.io/)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=mickey0524 "Code") | [
zhuzhenfeng](https://github.com/zhuzhenfeng-finogeeks)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=zhuzhenfeng-finogeeks "Code") | [
徐佳军](https://xujiajun.cn)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=xujiajun "Code") | [
nicho](https://github.com/NichoZhang)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=NichoZhang "Code") | [
Weifeng Wang](https://www.btxiaowei.net)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=qclaogui "Code") | [
John Deng](https://hiboot.hidevops.io)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=john-deng "Code") | [
赵吉彤](http://jeasonstudio.github.io)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=jeasonstudio "Code") | | [
YING ZOU](http://zouying.is)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=xpzouying "Code") | [
zsy619](https://github.com/zsy619)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=zsy619 "Code") | [
杨帆](https://blog.yangfan21.cn/)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=yangfan21 "Code") | [
HundredLee](https://blog.sodroid.com)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=hundredlee "Code") | [
mlboy](https://github.com/mlboy)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=mlboy "Code") | [
fish](https://liangyuanpeng.netlify.com/)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=liangyuanpeng "Code") | [
时小光](https://laji.cx)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=abcdsxg "Code") | | [
Ziyi Yan](https://ziyi-yan.github.io)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=ziyi-yan "Code") | [
李朋飞](https://github.com/lpflpf)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=lpflpf "Code") | [
煎鱼](https://github.com/EDDYCJY)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=EDDYCJY "Code") | [
Wang Fei](https://github.com/feirie)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=feirie "Code") | [
742161455](https://github.com/jukylin)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=jukylin "Code") | [
feifeiiiiiiiiiii](https://github.com/feifeiiiiiiiiiii)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=feifeiiiiiiiiiii "Code") | [
崔爽](https://github.com/cuishuang)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=cuishuang "Code") | | [
jasonxie](http://www.techclone.cn)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=JasonRD "Code") | [
haoc7](http://cuihao.fun)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=itcuihao "Code") | [
鱼乐](https://blog.wangriyu.wang/)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=wangriyu "Code") | [
Littlesqx](https://littlesqx.github.io/)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=Littlesqx "Code") | [
mchangxin](https://github.com/mchangxin)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=mchangxin "Code") | [
Hokkaitao](https://github.com/Hokkaitao)
[💻](https://github.com/developer-learning/night-reading-go/commits?author=Hokkaitao "Code") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!