FEATURED
Go 1.7 Final Released
The big change: A new SSA-based compiler (for 64 bit x86 only) that promises improved performance. There’s also a new port for Linux on IBM System z, plus the context package has been added.
A Walkthrough of Go's Encoding Package
The latest in a series of walkthroughs to help you understand the Go standard library better.
Looking At Your Program’s Structure in Go 1.7
Go 1.7 features a new SSA-based compiler backend that can output some interesting intermediate analysis of your code’s internal structure.
An Easy Way to Use a PostgreSQL Database (and Hstore) from Go
Hstore is an extension that provides key-value storage capabilities directly in Postgres. This library provides an easy way to use a Postgres database (and the Hstore feature) from Go.
GJSON: Get JSON Values Very Quickly
Provides a notably fast and simple way to get a value from a JSON document in Go.
Atlantis: Open Source PaaS Built on Docker
A PaaS for HTTP apps built on Docker and written in Go that makes it easy to build and deploy apps in a safe, repeatable fashion, and flexibly route requests to the appropriate containers.
IN BRIEF
Labels in Go
Used with break, continue and goto.
Writing a Simple, Persistent Key-Value Store in Go
Synchronizing State with Mutexes in Go
Thoughts From Making A Go-Powered Geofence API Server in 10 Days
Go Dependencies Considered Harmful
Why Go is Awesome for Building Security Clients
Thyme: Automatically Track Which Applications You Use and for How Long
Written in Go, naturally.
benchttp: HTTP Server Benchmarking Tool
Reimplements commonly used features from ApacheBench (ab).
Jet 2.0: A Fast and Easy-to-Use Template Engine for Go
Brooce: A Language-Agnostic Job Queue with a Redis Backend
有疑问加站长微信联系(非本文作者)
