FEATURED
Webseclab: Yahoo Open Sources a Security Testing Tool, Written in Go
Amazon Web Services Gets with The Golang Program
More specifically, Amazon has taken over Stripe’s aws-go library. It’s great to see Go increasingly featured on mainstream tech news sites.
Monthly Go Challenge Starts 1st March 2015
go-json-rest: A Quick and Easy Way to Setup A RESTful JSON API
A thin layer on top of net/http that helps building RESTful JSON APIs.
The Gopher Gala 2015 Finalists
A Bug Bounty Program for the Go Ethereum Client
READING
Go and Rust: The Road Ahead for Two Young Programming Languages
Channeling Failure
A look at some common patterns from simple usage of channels to control and throttle concurrency to more complex patterns such as the CircuitBreaker which can be used to prevent cascading failures.
JSON, Interfaces, and go generate
Slides from a recent talk that look at various ways of deserializing JSON into a Go struct.
Context and Cancellation of Goroutines
Walking Trees Through Go's Concurrency
Introducing gocraft/dbr: Additions to database/sql for Faster Performance and Convenience
Achieving Type Generic Functions in Go, without using Reflections
CODE, LIBRARIES AND TOOLS
nitrogen: A Simple Dependency Manager for Go
Neo: A 'Blazing Fast' Go Web Framework
With a simple Sinatra-like API, it supports automatic reloading and recompilation.
crowbar: Tunnel TCP Over A Plain HTTP Session
iocontrol: Measure and Throttle The Rate At Which Data Is Transferred
Offers io.Writer and io.Reader implementations that let you measure and throttle the data rate.
pgopher: A Static Binary to Run Postgres Commands
Don’t want to have psql installed on a certain system? pgopher uses the pure Go Postgres driver to let you issue commands directly.
pt: A Path Tracer Written in Go
An intensive but beautiful way of rendering 3D scenes that have realistic lighting.
Bampf: A Simple 3D Arcade Style Game Built in Go
It’s also on the Mac App Store and I’m encouraging the author to write up the process.
有疑问加站长微信联系(非本文作者)
