Skip to content

Commit eddf3b3

Browse files
committed
20190728 第一期 发布
1 parent bbc27bc commit eddf3b3

File tree

9 files changed

+301
-0
lines changed

9 files changed

+301
-0
lines changed
64 KB
Loading

docs/imgs/issue001/gophercon-live.jpg

171 KB
Loading

docs/imgs/issue001/gophercon.png

335 KB
Loading

docs/imgs/issue001/mpb.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/imgs/issue001/pan-light.png

165 KB
Loading

docs/imgs/issue001/parents-of-go.png

994 KB
Loading
1.63 MB
Loading

docs/imgs/wechat.jpg

26 KB
Loading

docs/issue-001.md

Lines changed: 300 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,300 @@
1+
# Go语言爱好者周刊:第 1 期
2+
3+
这里记录每周值得分享的 Go 语言相关内容,周日发布。
4+
5+
欢迎投稿,推荐或自荐文章/软件/资源等,请[提交 issue](https://github.com/polaris1119/golangweekly/issues)
6+
7+
![gophercon](imgs/issue001/gophercon.png)
8+
9+
(题图:来自 GopherCon)
10+
11+
## 资讯
12+
13+
1、[GopherCon 2019 开发者大会在加利福尼亚举行](https://www.gophercon.com/)
14+
15+
大会从 2019 年 7 月 24 日至 27 日,为期 4 天。GopherCon 大会自 2014 年成功举办以来,已经 5 年了,这是第 6 次大会。
16+
17+
这次大会第 1 天是时长 8 小时的培训。这似乎成为了惯例?国内 GopherChina 大会第 1 天搞培训。而 William Kennedy(Go In Action 作者之一)是这次培训的第一场,他也来 GopherChina 培训过。这次培训的主题是:Advanced Ultimate Go。另外一位知名的培训老师是 David Cheney,他也来 GopherChina 培训过。这次培训的主题是:High Performance Go。
18+
19+
其他培训主题分别是:
20+
21+
- An Introduction to Containers for Go Programmers
22+
- Go & Kubernetes Sitting in a Tree
23+
- Go Beginners' Training
24+
- Machine Learning & AI with Go
25+
- Observability in Go
26+
- Practical Guide to Testing in Go
27+
- Serverless Go
28+
29+
从第 2 天起,就是演讲。这里把演讲主题分享给大家,后续 GCTT 会考虑把其中的一些进行翻译。
30+
31+
1. Russ Cox:On the Road to Go 2
32+
2. Elena Morozova:How Uber "Go"es
33+
3. Elias Naur:Portable, Immediate Mode GUI Programs for Mobile and Desktop in 100% Go
34+
4. Rebecca Stambler:Go, pls stop breaking my editor
35+
5. Patrick Hawley:Controlling the go runtime
36+
6. Johan Brandhorst:Get Going with WebAssembly
37+
7. Marwan Sulaiman:Handling Go Errors
38+
8. Michael McLoughlin:Better x86 Assembly Generation from Go
39+
9. Katie Hockman:Go Module Proxy: Life of a Query
40+
10. Yusuke Miyake:Optimization for Number of goroutines Using Feedback Control
41+
11. Carolyn Van Slyck:Design Command-Line Tools People Love
42+
12. Eric Chiang:PKI for Gophers
43+
13. Kris Brandow:The Gopher's Manual of Style
44+
14. Oliver Stenbom:Contributing to the os Package: How Deep Do You Go?
45+
15. Aaron Schlesinger:The Athens Project - A Proxy Server for Go Modules
46+
16. Ian Lance Taylor:Generics in Go
47+
17. Jessica Lucci:You Can't Go Your Own Way: The Standardization of Go at GitHub
48+
18. Ron Evans:Small is Going Big: Go on Microcontrollers
49+
19. Chris Hines:Death By Three Thousand Timers: Streaming Video-on-Demand for Cable TV
50+
20. Daniel Martí:Optimizing Go Code Without a Blindfold
51+
21. Gabbi Fisher:Socket to Me: Where do Sockets Live in Go?
52+
22. Jonathan Amsterdam:Detecting Incompatible API Changes
53+
23. Jason Keene:Dynamically Instrumenting Go Programs
54+
24. Denis Isaev:Go Linters: Myths and Best Practices
55+
25. Mat Ryer:How I Write HTTP Web Services After Eight Years
56+
26. Mike Seplowitz:Tracking Inter-process Dependencies Using Static Analysis
57+
27. David Cheney:Two Go Programs, Three Different Profiling Techniques, in 50 Minutes
58+
28. Johnny Boursiquot:What Got Us Here, Won't Get Us There
59+
60+
Gopher 大会还有长达 3 个小时的欢迎 Party,很嗨~
61+
62+
![welcome-go-party](imgs/issue001/welcome-go-party.png)
63+
64+
值得一提的是,无论是培训讲师还是演讲老师,都有女工程师(好几个呢),而国内就不常见了~
65+
66+
2、[Docker CE 19.03 正式发布,无需 root 权限](https://www.oschina.net/news/108481/docker-ce-19-03-0-released)
67+
68+
19.03 主要内容包括无需 root 权限、支持 GPU 的增强功能和 CLI 插件更新等等,19.03 现在是允许非 root 用户运行守护程序,启用 Rootless 模式可以防止攻击者夺取主机的 root 权限,即使 Docker 存在漏洞或设置错误。官方[发布日志 ](https://github.com/docker/docker-ce/releases)
69+
70+
3、[InfluxDB 2.0.0 Alpha 16 发布,开源时序数据库](https://www.oschina.net/news/108540/influxdb-2-0-alpha-16)
71+
72+
InfluxDB 是一个开源分布式时序、事件和指标数据库。使用 Go 语言编写,无需外部依赖。其设计目标是实现分布式和水平伸缩扩展。InfluxDB 包括用于存储和查询数据,在后台处理ETL或监视和警报目的,用户仪表板以及可视化和探索数据等的API。
73+
74+
该版本更新了所有提供的模板,以使用最新的 Flux 更新。 要获取更新,您需要从更新的模板中删除并重新创建仪表板。
75+
76+
4、GOPROXY 能大幅提升模块的下载速度
77+
78+
因为 https://proxy.golang.org 在国内没法使用,这里推荐几个国内可以使用的 proxy。
79+
80+
1)使用 https://goproxy.io
81+
82+
```shell
83+
time GOPATH=/tmp/throw GO111MODULE=on GOPROXY=https://goproxy.io go get github.com/go-sql-driver/mysql
84+
...
85+
real 0m0.934s
86+
user 0m0.188s
87+
sys 0m0.093s
88+
```
89+
90+
2)使用 https://athens.azurefd.net
91+
92+
```shell
93+
time GOPATH=/tmp/throw GO111MODULE=on GOPROXY=https://athens.azurefd.net go get github.com/go-sql-driver/mysql
94+
...
95+
real 0m5.941s
96+
user 0m0.183s
97+
sys 0m0.079s
98+
```
99+
100+
3)使用 https://goproxy.cn
101+
102+
```shell
103+
time GOPATH=/tmp/throw GO111MODULE=on GOPROXY=https://goproxy.cn go get github.com/go-sql-driver/mysql
104+
...
105+
real 0m1.130s
106+
user 0m0.198s
107+
sys 0m0.094s
108+
```
109+
110+
4)使用 https://gocenter.io
111+
112+
```shell
113+
time GOPATH=/tmp/throw GO111MODULE=on GOPROXY=https://gocenter.io go get github.com/go-sql-driver/mysql
114+
...
115+
real 0m3.173s
116+
user 0m0.213s
117+
sys 0m0.085s
118+
```
119+
120+
5)使用 https://mirrors.aliyun.com/goproxy/
121+
122+
```shell
123+
time GOPATH=/tmp/throw GO111MODULE=on GOPROXY=https://mirrors.aliyun.com/goproxy/ go get github.com/go-sql-driver/mysql
124+
...
125+
real 0m0.453s
126+
user 0m0.174s
127+
sys 0m0.093s
128+
```
129+
130+
6)不使用 proxy
131+
132+
```
133+
time GOPATH=/tmp/throw GO111MODULE=on GOPROXY=direct go get github.com/go-sql-driver/mysql
134+
...
135+
real 0m12.333s
136+
user 0m0.300s
137+
sys 0m0.290s
138+
```
139+
140+
很明显,使用 proxy 下载更快,而且有些包还可能因为 golang.org/x 之类的下载不下来。
141+
142+
对于大型的项目,依赖多时,加速会更明显。所以,推荐大家配置 proxy。因为以上是一次测试的结果,并不代表某一个 proxy 一定就比另一个慢,所以,以上选哪一个,大家随意。如果发现某一个出问题了,可以换另外一个。
143+
144+
5、[Go 语言泛型草案已发布](https://github.com/golang/proposal/blob/4a54a00950b56dd0096482d0edae46969d7432a6/design/go2draft-contracts.md)
145+
146+
该设计草案由 Ian Lance Taylor 和 Robert Griesemer 主导。
147+
148+
- Ian Lance Taylor 从 1990 年起参与 GCC 工作,现就职于 Google,Go 语言 GCC 前端的作者
149+
- Robert Griesemer,Java HotSpot 编译器作者之一,Chrome 浏览器 JavaScript V8 引擎作者之一
150+
151+
在刚刚举行的 GopherCon 2019 大会上,Ian Lance Taylor 做了 《Generics in Go》的主题演讲,这里是演讲的 LiveBlog:https://about.sourcegraph.com/go/gophercon-2019-generics-in-go。Reddit 上关于该草案的讨论:https://www.reddit.com/r/golang/comments/cifdwf/the_updated_and_simplified_draft_design_for_go_2/
152+
153+
在 Robert Griesemer 提交的代码中 [go/*: GopherCon 2019 snapshot of go/* packages supporting contracts](https://go-review.googlesource.com/c/go/+/187317/),相关文件后缀采用了 go2。注意,这并不是说将来后缀要变为 `.go2` 了,这只是为了区分,同时避免 gofmt 处理它,将来实现时,还是会继续使用 `.go` 后缀。
154+
155+
![go2-commit-files](imgs/issue001/go2-commit-files.png)
156+
157+
看到关键字:Contract,让我想起了 Swift 中的 Contract。
158+
159+
## 文章
160+
161+
1、[Go 语言十年而立,Go2 蓄势待发](https://mp.weixin.qq.com/s/wE_z7MxDJjIVDN16578tDw)
162+
163+
回顾从 2009 年 Go 开源到 2019 年,Go 走过的十年。涉及到的 Go 语言变化、国内 Go 的发展、社区的壮大,以及 Go2 的蓄势待发。
164+
165+
![parents-of-go](imgs/issue001/parents-of-go.png)
166+
167+
2、[GCTT 出品 | 接口和反射的关系](https://mp.weixin.qq.com/s/VNWKWorM8nedNwwYUUVggA)
168+
169+
接口是 Go 中用于抽象的基本工具之一。接口在值进行分配的时候存储类型信息。反射则是在运行时检查类型和值的方法。
170+
171+
Go 通过 `reflect` 包实现了反射。该包提供了一些类型和方法用于检查接口结构部分,不仅如此,它还可以在运行时进行值的修改。
172+
173+
在这篇文章中,我希望能说明接口结构的各部分和反射 API 之间的关系,并最终使得反射包变得更加容易理解。
174+
175+
3、[Go并发设计模式之 Half-Sync/Half-Async](https://colobu.com/2019/07/21/concurrency-design-patterns-half-sync-half-async/)
176+
177+
半同步/半异步的模式动机(Intent)就是从异步IO操作中解耦出同步IO操作,以便简化并发编程的效果,又不降低并发编程的效率。
178+
179+
半同步/半异步(half-sync/half-async)的模式集成了同步IO模式和异步IO模型,既简化了并发系统的开发,又兼顾了效率。在这个并发设计模式的实现中,高级的任务使用同步IO模型,使开发者可以无太多的心智负担在并发编程中,底层的任务使用异步IO模型,这就提高了并发的效率。这个设计模式广泛的应用在操作系统的实现中,如UNIX、Mach,Windows等。
180+
181+
4、[也许是最简洁版本,一篇文章上手Go语言](https://mp.weixin.qq.com/s/BZZYyPMcVayyPyt5ysVSbw),英文:[Learning Golang — from zero to hero](https://milapneupane.com.np/2019/07/06/learning-golang-from-zero-to-hero/)
182+
183+
文章较长。如果你是新手,看看这一篇能否上手 Go 语言。
184+
185+
5、[写给新手的 Go 开发指南](https://liujiacai.net/blog/2019/07/17/hello-golang/)
186+
187+
如果上一篇文章入不了门,看看蚂蚁金服的哥们写的能否入门。
188+
189+
6、[Go 编程:tcpserver & graceful shutdown](https://www.gitdig.com/go-tcpserver-graceful-shutdown/)
190+
191+
介绍什么是框架,通过一个 100 行左右有效代码实现一个 tcpserver 框架,同时解释 graceful 的实现思路。
192+
193+
7、[Go 中如何进行 XML 流处理](https://eli.thegreenplace.net/2019/faster-xml-stream-processing-in-go/)(英文)
194+
195+
介绍 Go 中进行 XML 流处理,对比标准库和 Python 的实现,并介绍如何让 Go 处理的更快。
196+
197+
8、[[] Go 代码诊断工具集合-官方文档](https://cyningsun.github.io//07-21-2019/go-diagnostics-cn.html)
198+
199+
Go生态系统提供了大量API和工具来诊断Go程序中的逻辑和性能问题。 此页面总结了可用的工具,并帮助Go用户针对他们的特定问题选择正确的工具。
200+
201+
## 开源项目
202+
203+
1、[tinygo](https://github.com/tinygo-org/tinygo)
204+
205+
一个基于 LLVM 的、用于一些特定小场景的 Go 编译器,比如 WebAssembly、Microcontrollers 和 命令行工具等。
206+
207+
2、[pan-light](https://github.com/peterq/pan-light)
208+
209+
百度网盘不限速客户端,golang + qt5,跨平台图形界面。
210+
211+
![pan-light](imgs/issue001/pan-light.png)
212+
213+
看界面挺棒的,想要使用 Go 做 GUI 的,可以学习学习。
214+
215+
3、[BaiduPCS-Go](https://github.com/iikira/BaiduPCS-Go)
216+
217+
仿 Linux shell 文件处理命令的百度网盘命令行客户端。喜欢命令行方式操作的可以尝试下。
218+
219+
4、[iris](https://github.com/kataras/iris)
220+
221+
一个社区驱动的 Go 语言 Web 框架。很有意思的是,项目上明显的写着:我爱中国人民。这是为了拉中国程序员 star 吗?
222+
223+
5、[unipdf](https://github.com/unidoc/unipdf)
224+
225+
创建和处理 PDF 文件的库,纯 Go 语言实现。
226+
227+
6、[sftpgo](https://github.com/drakkan/sftpgo)
228+
229+
一个全功能的、高度可配置的 SFTP 服务器软件。
230+
231+
7、[ferret](https://github.com/MontFerret/ferret)
232+
233+
一个声明式的 Web 爬虫系统,既可以单独使用,也可以嵌入其他 Go 项目使用。
234+
235+
8、[task](https://github.com/go-task/task)
236+
237+
一个任务运行/构建工具,旨在比 GNU Make 更简单,更易于使用。
238+
239+
9、[mpb](https://github.com/vbauerster/mpb)
240+
241+
在终端为 Go 命令行应用程序显示进度条。
242+
243+
![mpb](imgs/issue001/mpb.svg)
244+
245+
10、[Yaegi](https://github.com/containous/yaegi)
246+
247+
另外一个优雅的 Go 解释器。
248+
249+
```shell
250+
$ yaegi
251+
> 1 + 2
252+
3
253+
> import "fmt"
254+
> fmt.Println("Hello World")
255+
Hello World
256+
>
257+
```
258+
259+
## 资源
260+
261+
1、[Go Web 开发方法的讨论](https://changelog.com/gotime/92)(英文)
262+
263+
Go Time,国外一个多元化的小组和特邀嘉宾一起讨论云基础设施,分布式系统,微服务,Kubernetes,Docker 以及 Go。嗯,因为这些都和 Go 语言密切相关。上面提供 mp3 格式音频下载,英文好的可以下载听听。
264+
265+
本期讨论的是如何使用 Go 进行 Web开发。
266+
267+
2、[go training](https://github.com/ardanlabs/gotraining)
268+
269+
上文提到的 William Kennedy 主导的 Go 培训资料。
270+
271+
3、 [13 Talks from GopherCon Europe 2019](https://www.youtube.com/playlist?list=PLtoVuM73AmsKzmYldmSvMlGQ8gF4knX0F#gopherconeurope)
272+
273+
这是今年 5 月 30 日到 6 月 1 日,欧洲 GopherCon 的 演讲主题 PPT 和视频。https://www.gophercon.es/ 这是它们的网站。
274+
275+
4、GopherCon 演讲 Live Blog 汇总
276+
277+
![gophercon-live](imgs/issue001/gophercon-live.jpg)
278+
279+
- [GopherCon 2019 - Generics in Go](https://about.sourcegraph.com/go/gophercon-2019-generics-in-go)
280+
- [GopherCon 2019 - Contributing to the os Package: How deep do you Go?](https://about.sourcegraph.com/go/gophercon-2019-contributing-to-the-os-package-how-deep-do-you-go)
281+
- [GopherCon 2019 - Dynamically instrumenting Go programs](https://about.sourcegraph.com/go/gophercon-2019-dynamically-instrumenting-go-programs)
282+
- [GopherCon 2019 - The Athens project: A proxy server for Go modules](https://about.sourcegraph.com/go/gophercon-2019-the-athens-project-a-proxy-server-for-go-modules)
283+
- [GopherCon 2019 - Go Module Proxy: Life of a query](https://about.sourcegraph.com/go/gophercon-2019-go-module-proxy-life-of-a-query/)
284+
- [GopherCon 2019 - How Uber 'Go'es](https://about.sourcegraph.com/go/gophercon-2019-how-uber-go-es)
285+
- [GopherCon 2019 - Get Going with WebAssembly](https://about.sourcegraph.com/go/gophercon-2019-get-going-with-webassembly/)
286+
- [GopherCon 2019 - Design Command-Line Tools People Love](https://about.sourcegraph.com/go/gophercon-2019-design-command-line-tools-people-love)
287+
- [GopherCon 2019 - On the road to Go 2](https://about.sourcegraph.com/go/gophercon-2019-on-the-road-to-go-2/)
288+
- [GopherCon 2019 - Go, pls stop breaking my editor](https://about.sourcegraph.com/go/gophercon-2019-go-pls-stop-breaking-my-editor)
289+
- [GopherCon 2019 - Simple, Portable and Efficient Graphical Interfaces in Go](https://about.sourcegraph.com/go/gophercon-2019-simple-portable-efficient-graphical-interfaces-in-go)
290+
- [GopherCon 2019 - The Gopher's manual of style](https://about.sourcegraph.com/go/gophercon-2019-the-gopher-s-manual-of-style)
291+
292+
## 订阅
293+
294+
这个周刊每周日发布,同步更新在[Go语言中文网](https://studygolang.com/weekly)[微信公众号](https://weixin.sogou.com/weixin?query=Go%E8%AF%AD%E8%A8%80%E4%B8%AD%E6%96%87%E7%BD%91)[今日头条](https://www.toutiao.com/c/user/59903081459/#mid=1586087918877709)
295+
296+
微信搜索”Go语言中文网"或者扫描二维码,即可订阅。
297+
298+
![wechat](imgs/wechat.jpg)
299+
300+

0 commit comments

Comments
 (0)