## FEATURED
[10 Million Concurrent WebSockets](http://goroutines.com/10m?utm_source=studygolang&utm_medium=email)
A look at how using a stock debian-8 image and a Go-backed server, you can handle 10M concurrent connections with low throughput and moderate jitter.
[SSH Tron: A Multiplayer Tron Game over SSH](https://github.com/zachlatta/sshtron?utm_source=studygolang&utm_medium=email)
Built in just 20 hours at a hackathon, this is a SSH-based game written in Go. If you don’t want to compile it yourself just ssh eu.sshtron.zachlatta.com to play a demo.
[Working with Redis](http://www.alexedwards.net/blog/working-with-redis?utm_source=studygolang&utm_medium=email)
An extensive tutorial on using Redis, the high performance data structure server, from Go.
[git-freeze: Easy Go Vendoring via Git Submodules](https://github.com/nicerobot/git-freeze?utm_source=studygolang&utm_medium=email)
git freeze will submodule all git-package Go imports from ./... into vendor/
[cpustat: High Frequency Performance Measurement for Linux](https://github.com/uber-common/cpustat?utm_source=studygolang&utm_medium=email)
This is essentially a more precise, higher frequency alternative to ‘top’ and includes a colorful scrolling dashboard view to see the results in real-time.
[Practical Go: Using Google Drive And Calendar](https://jacobmartins.com/2016/03/08/practical-golang-using-google-drive-and-calendar/?utm_source=studygolang&utm_medium=email)
A code-heavy tutorial demonstrating how to interact with Google Calendar and Google Drive from Go.
[How to Build a Simple Chat App in Go](http://www.amaxwellblair.com/posts/simple_chat_app_using_go?utm_source=studygolang&utm_medium=email)
A practical, well written tutorial demonstrating how Go’s concurrency features make writing a chat server trivial.
## IN BRIEF
[Proposal: Add /x/net/context to the Standard Library](https://github.com/golang/go/issues/14660?utm_source=studygolang&utm_medium=email)
[proposal: Improve Channels for M:N Producer/Consumer Scenarios](https://github.com/golang/go/issues/14601?utm_source=studygolang&utm_medium=email)
[Practical Go: Using WebSockets](https://jacobmartins.com/2016/03/07/practical-golang-using-websockets/?utm_source=studygolang&utm_medium=email)
An introduction to using WebSockets from the Go POV.
[Property-Based Testing in Go](http://www.quii.co.uk/Property-based%20testing%20in%20Go?utm_source=studygolang&utm_medium=email)
[The Couchbase Sub-Document API for Go](http://blog.couchbase.com/2016/february/preview-of-the-subdocument-api-using-go?utm_source=studygolang&utm_medium=email)
[Monitoring Microservices with Synthetic Transactions in Go](http://labs.unacast.com/2016/03/10/monitoring-microservices-synthetic-transactions-in-go/?utm_source=studygolang&utm_medium=email)
[Using Golang and JSON for Kafka Consumption With High Throughput](https://medium.com/the-hoard/using-golang-and-json-for-kafka-consumption-with-high-throughput-4cae28e08f90?utm_source=studygolang&utm_medium=email)
[Who Is Using Go?](https://www.reddit.com/r/golang/comments/49955m/ask_golang_who_is_using_go/?utm_source=studygolang&utm_medium=email)
A brief discussion on Reddit with some uses for Go.
[Regen: Generate Random Strings From Go/RE2 Regular Expressions](https://github.com/nilium/regen?utm_source=studygolang&utm_medium=email)
[Harpoon: A GitHub WebHook Server Written in Go](https://github.com/agrison/harpoon?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)