## FEATURED
[Language and Locale Matching in Go](http://blog.golang.org/matchlang?utm_source=studygolang&utm_medium=email)
An extensive Go-flavored look at the art of finding the best match between the languages an app supports and those the user prefers and how /x/text/language helps.
[Introducing Silk: Markdown-Driven API Tests](https://medium.com/@matryer/introducing-silk-markdown-driven-api-tests-1f8cfb0ef99a?utm_source=studygolang&utm_medium=email#.qti8t1jj1)
Lets you write your API documentation in Markdown, and then execute it as an automated test. It’s written in Go.
[Beyond the Hype: 4 Years of Go in Production](http://www.infoq.com/presentations/go-iron-production?utm_source=studygolang&utm_medium=email)
A 50 minute talk in which the CTO of Iron.io looks at how performance, memory use, concurrency, reliability and ease of deployment are key to the Go experience.
[Go Report Card: Quality Report Tool for Go Projects](https://goreportcard.com/?utm_source=studygolang&utm_medium=email)
Takes a go get URL, scans the Go code in the repo, and reports on things like typos, complexity, presence of a license, etc.
[How Is The Demand for Go Jobs?](https://www.reddit.com/r/golang/comments/455bch/how_is_the_demand_for_go_jobs/?utm_source=studygolang&utm_medium=email)
A Reddit discussion around the Go job market - people’s experiences are quite mixed.
[An Intro to Concurrency Patterns in Go](http://blog.codeship.com/an-intro-to-concurrency-patterns-in-go/?utm_source=studygolang&utm_medium=email)
A reasonably entry-level focus on the building blocks of concurrency in Go, channels and goroutines.
[RequestBin: Tests Outgoing HTTP Requests Initiated From A Function](https://github.com/MohamedBassem/requestBin?utm_source=studygolang&utm_medium=email)
Creates a mock server and passes the URL to the function to be tested and then collects all the requests that the server received.
## IN BRIEF
[How to Dockerize your Go App](http://mushfiq.me/2016/02/09/dockerize-your-golang-application/?utm_source=studygolang&utm_medium=email)
[Benchmarking Go vs Python](http://weberc2.bitbucket.org/posts/benchmarking-go-and-python.html?utm_source=studygolang&utm_medium=email)
[Unhelpful Abstractions](http://dave.cheney.net/2016/02/06/unhelpful-abstractions?utm_source=studygolang&utm_medium=email)
[How A Useless Feature Contribution Taught Me How to Use Go Forks](http://davidrallen.com/blog/using-go-forks/?utm_source=studygolang&utm_medium=email)
[On Variable Declarations: Slices](http://icanhazdowntime.org/post/on-variables-declarations-slices/?utm_source=studygolang&utm_medium=email)
[xo: CLI Tool To Generate Go Types and Funcs from Database Schemas](https://github.com/knq/xo?utm_source=studygolang&utm_medium=email)
[Nixy: Nginx Auto Configuration and Service Discovery for Mesos/Marathon](https://github.com/martensson/nixy?utm_source=studygolang&utm_medium=email)
[Gru: A Simple Orchestration Framework Written in Go](https://github.com/dnaeon/gru?utm_source=studygolang&utm_medium=email)
[deb-simple: A Dead Simple apt Repo Server](https://github.com/esell/deb-simple?utm_source=studygolang&utm_medium=email)
[Modd: A Flexible Tool for Responding to Filesystem Changes](https://github.com/cortesi/modd?utm_source=studygolang&utm_medium=email)
[OVO: A Distributed In-Memory Cache and Key/Value Storage](https://github.com/maxzerbini/ovo?utm_source=studygolang&utm_medium=email)
[Gota: DataFrames and Data Wrangling for Go](https://github.com/kniren/gota?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)