FEATURED
The Legacy of Go
A write up of a talk by Dave Cheney about how Go might be seen retrospectively in the future before concluding that we all still have a role to play in Go’s future.
Writing Unit Tests for your net/http Handlers
A 5 minute screencast that demonstrates two ways to test a simple Go API server that proxies the GitHub API using go-github.
Oden: A Lisp-Like Language That Compiles to Go
A Lisp-inspired language with static typing that compiles to native code using Go. I think Go is a great target for experiments like this and hope to see more.. psst, a Ruby-esque language compiled down to Go maybe..?
Go Support for Visual Studio Code An extension for Microsoft’s free (and just open sourced) code editor that adds rich Go support.
Go on ARM
Some documentation on support for Go on ARM. Go is now fully supported on Linux and Darwin using ARMv5 and above (or, for Go 1.5, ARMv8).
uiprogress: Render Progress Bars in Terminal Apps
A Go library that provides a simple API for rendering textual progress bars.
Example: 3s [=======>-------] 50%
Fako: Struct Faker for Go
Intended to fake Golang structs with fake but coherent data, Fako maps struct field tags and generates fake data accordingly.
Using Go and Python NLTK for News Analysis
A 20 minute GothamGo talk by JP Robinson of the New York Times on the obstacles they overcame to rewrite a core part of a news delivery platform in Go.
IN BRIEF
Would You Like to See A Regional GopherCon Next Year?
Open Sourcing Statsgod, a Go StatsD Implementation
Statsgod is a metric aggregation service inspired by the statsd project (which is written in Node).
Are You Using Go for Big Data? Google Wants To Know
Very Basic Concurrency for Beginners in Go
Write Your First Golang App Server On Bluemix
Vendoring Your Dependencies in Go
Developing a Real Time Advertising Bidder in Go
Best Practices for a New Go Developer
libmill: Go-Style Concurrency in C
If you work with C but prefer Go, you might like this.
BuoyBot: A SF Buoy Twitter Bot, Written in Go
Goa: Framework for Building RESTful APIs in Go
negotiator: A Content Negotiation Package for Webapps
uitable: Represent Data as Tables in Terminal Apps
gcm: Google Cloud Messaging for Application Servers
A new fork, due to the original not being updated in over a year.
go-oauth2-server: OAuth2 Server Implementation for Go
有疑问加站长微信联系(非本文作者)
