## FEATURED
[How to Optimize Go for High Performance](https://www.youtube.com/watch?v=ZuQcbqYK0BY&utm_source=studygolang&utm_medium=email)
A talk looking at the techniques used and pitfalls encountered by SoundCloud’s engineers through three years of work on [Prometheus](https://prometheus.io/), an open source monitoring system.
[Build Your Own Container in Fewer Than 100 Lines of Go](http://www.infoq.com/articles/build-a-container-golang?utm_source=studygolang&utm_medium=email)
A look at how it’s possible to build a simple container using a small amount of Go.
[Building the Simplest Go Static Analysis Tool](https://blog.cloudflare.com/building-the-simplest-go-static-analysis-tool/?utm_source=studygolang&utm_medium=email)
A quick look at building a very simple Go static analysis tool that checks that all dependencies within an app are vendored.
[Free eBook: Automate your Development Workflow with Docker](http://resources.codeship.com/ebooks/automate-development-workflow-with-docker?utm_source=goweeklyprimary)
In this free Codeship eBook you will learn how to use Docker to solve the problems of inconsistent environments on varying deployment targets and how to build an app to run inside an isolated Docker Container.
[Leaktest: Goroutine Leak Detector](https://github.com/fortytw2/leaktest?utm_source=studygolang&utm_medium=email)
“Takes a snapshot of running goroutines at the start of a test, and at the end - compares the two and et voila.”
[rqlite: Replicating SQLite using the Raft Consensus Protocol](https://github.com/rqlite/rqlite?utm_source=studygolang&utm_medium=email)
A distributed relational database, which uses SQLite as its storage engine.
[How to Convince Your Company to Go With Golang](https://sendgrid.com/blog/convince-company-go-golang/?utm_source=golangweekly&utm_medium=email)
SendGrid’s co-founder explains why they moved to using Go for their primary development language, and why maybe your company should too.
## IN BRIEF
[Commanding a Tesla Model S with the Amazon Echo (and Go)](https://medium.com/@jsgoecke/commanding-a-tesla-model-s-with-the-amazon-echo-a06f975364b8?utm_source=studygolang&utm_medium=email)
[Solving Ring-Shaped Problems with Go's container/ring](https://graysonkoonce.com/solving-ring-shaped-problems-with-golangs-container-ring/?utm_source=studygolang&utm_medium=email)
[Writing a Text Adventure Game in Go - Part 4](https://gocodecloud.com/blog/2016/04/24/writing-a-text-adventure-game-in-go---part-4/?utm_source=studygolang&utm_medium=email)
[Go Testing Technique: Testing JSON HTTP Requests](https://medium.com/@xoen/go-testing-technique-testing-json-http-requests-76d9ce0e11f?utm_source=studygolang&utm_medium=email)
[Using HL7v2 from Go](https://www.fknsrs.biz/blog/golang-hl7-library.html?utm_source=studygolang&utm_medium=email)
‘Health Level 7: Version 2’ is a clinical data protocol still in use in the medical profession.
[Benchmarks of 18 Go Serialization Methods](https://github.com/alecthomas/go_serialization_benchmarks/blob/master/README.md?utm_source=studygolang&utm_medium=email)
[vim-go 1.6 Released](https://github.com/fatih/vim-go/blob/master/CHANGELOG.md?utm_source=studygolang&utm_medium=email#16-april-25-2016)
[Gocarina: Simple Optical Character Recognition in Go](https://github.com/armhold/gocarina?utm_source=studygolang&utm_medium=email)
[Minify: Go Minifiers for Web Formats (CSS, HTML, JSON, etc.)](https://github.com/tdewolff/minify?utm_source=studygolang&utm_medium=email)
[jungle_smtp: Simple SMTP Server That Logs Incoming Mail to a Text File](https://github.com/andrewarrow/jungle_smtp?utm_source=studygolang&utm_medium=email)
[go-collins: A Collins API Client](https://github.com/tumblr/go-collins?utm_source=studygolang&utm_medium=email)
[Collins](http://tumblr.github.io/collins/) is an infrastructure management store for ops engineers.
[Log: Simple, Configurable and Scalable Structured Logging](https://github.com/go-playground/log?utm_source=studygolang&utm_medium=email)
A ‘near drop in replacement’ for the standard logging library.
[line-bot-sdk-go: An SDK for the Line Bot API](https://github.com/line/line-bot-sdk-go?utm_source=studygolang&utm_medium=email)
[Line](http://line.me/) is a popular messaging app (in Asia, particularly) that has a [bot API](https://developers.line.me/bot-api/overview).
[A Go MLLP Library (a Framing Protocol Used in Medical Institutions)](https://www.fknsrs.biz/blog/golang-mllp-library.html?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)