分享
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。
##ARTICLES & TALKS##
[Go 1.4 Release Notes](http://golang.org/doc/go1.4)
[Graceful server restarts with Go](http://blog.appsdeck.eu/post/105609534953/graceful-server-restart-with-go)
How to pass a socket between running processes so that they can be safely restarted.
[Implementing a bignum calculator](https://www.youtube.com/watch?v=PXoG0WX0r_E)
Rob Pike's talk on implementing a command-line calculator.
[NSQ-centric architecture](http://www.slideshare.net/guregu/nsqcentric-architecture-gocon-autumn-2014)
Building a chat system with NSQ, a distributed messaging platform written in Go. Given at GoCon 2014.
[Hacking Go compiler internals](http://www.slideshare.net/moriyoshi/hacking-go-compiler-internals-gocon-2014-autumn)
An interesting talk looking at the lexer and parser. Given at GoCon 2014.
[Testing techniques](https://www.youtube.com/watch?v=ndmB0bj7eyw)
A recording of Andrew Gerrand's talk, originally given at Google I/O 2014.
[The expvar package - metrics for Go](https://www.mikeperham.com/2014/12/17/expvar-metrics-for-golang/)
The expvar package allows a Go process to expose variables to the public via an HTTP endpoint that emits JSON.
[Go vs. C: A Language Comparison of Concurrent Programming Features](http://dead10ck.github.io/2014/12/15/go-vs-c.html)
A look at how pthreads and Go's concurrency features compare.
[Dockerize a Go webapp and database](http://fabioberger.com/blog/2014/12/19/how-to-dockerize-golang-webapp-with-postgres-db/)
A guide to using docker with a Go application and PostgreSQL.
##NEW & UPDATED PACKAGES##
[Writing Go in Vim](http://robots.thoughtbot.com/writing-go-in-vim)
Overview of setting up Vim for Go development.
[stripe/aws-go](https://github.com/stripe/aws-go)
Experimental, automatically generated set of AWS clients.
[michaeldv/donna](https://github.com/michaeldv/donna)
Experimental UCI chess engine.
[smartystreets/goconvey](https://github.com/smartystreets/goconvey)
A utility for writing behavioural tests with `go test` and surfacing the results via a web page.
[jacobstr/confer](https://github.com/jacobstr/confer)
A config loader that provides extra conveniences for dealing with multiple environments.
有疑问加站长微信联系(非本文作者)
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
关注微信3831 次点击
添加一条新回复
(您需要 后才能回复 没有账号 ?)
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码` - 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传