FEATURED
Testable Examples in Go
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
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
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
We mentioned this project last week, but now its creator has written up about the motivations behind it.
Comments Are Not Directives
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
Writing a Lexer and Parser in Go - Part 2
Golang Cross Compiler on Heroku (with Docker)
Machinery: Async Task/Job Queue based on Distributed Message Passing
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
go-sqlite3: SQLite3 Driver for Go using the database/sql Interface
有疑问加站长微信联系(非本文作者)
