## FEATURED
[Testable Examples in Go](http://blog.golang.org/examples)
Godoc examples are a great way to have executable documentation for a package. This tutorial explains how to write your own example functions.
[Seven5: An Opinionated Go-Only Web App Toolkit with Epic Tutorial](http://seven5.github.io/)
An interesting and highly opinionated (for example, content can only be generated statically, at compile time, or on the client-side) Web framework that uses a lengthy tutorial to get you involved.
[Using Go at The New York Times](https://www.youtube.com/watch?v=bAQ9ShmXYLY)
JP Robinson, a senior software engineer at The New York Times, walks through how his team has come to adopt Go for almost all back end development.
[Introducing 'gb': A Project Based Build Tool for Go](http://dave.cheney.net/2015/05/12/introducing-gb)
We mentioned [this project](http://getgb.io/) last week, but now its creator has written up about the motivations behind it.
[Comments Are Not Directives](https://news.ycombinator.com/item?id=9522973)
A Go developer argues against the idea of using comments as directives in Go 1.4: “[..] if Go needs some kind of annotation, there should be a new syntax for it.”
## IN BRIEF
[Sorting 5x Faster with Go: How It's Possible, What Didn't Work So Well, and What I Learned](https://gist.github.com/twotwotwo/2eb69d8b30ac8e08d37a)
[Writing a Lexer and Parser in Go - Part 2](http://adampresley.com/2015/05/12/writing-a-lexer-and-parser-in-go-part-2.html)
[Why I Like Go’s Interfaces](http://theburningmonk.com/2015/05/why-i-like-golang-interfaces/)
[Golang Cross Compiler on Heroku (with Docker)](http://deeeet.com/writing/2015/05/11/gox-server/)
[Machinery: Async Task/Job Queue based on Distributed Message Passing](https://github.com/RichardKnop/machinery)
Tasks are executed concurrently either by many workers on many servers or multiple worker processes on a single server using Go coroutines.
[GoMk: An Opinionated Makefile for Go Projects](https://github.com/hgfischer/gomk)
[go-sqlite3: SQLite3 Driver for Go using the database/sql Interface](https://github.com/mattn/go-sqlite3)
[odf: Open Document Format (ODF) Generator Library for Go](https://github.com/kpmy/odf)
[dynamiq: A Simple Implementation of A Queue On Top of Riak](https://github.com/Tapjoy/dynamiq)
有疑问加站长微信联系(非本文作者)