## FEATURED
[Go 1.7 Final Released](https://blog.golang.org/go1.7?utm_source=studygolang&utm_medium=email)
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](https://medium.com/@benbjohnson/go-walkthrough-encoding-package-bc5e912232d?utm_source=studygolang&utm_medium=email)
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](https://pauladamsmith.com/blog/2016/08/go-1.7-ssa.html?utm_source=studygolang&utm_medium=email)
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](https://github.com/xyproto/simplehstore?utm_source=studygolang&utm_medium=email)
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](https://github.com/tidwall/gjson?utm_source=studygolang&utm_medium=email)
Provides a notably fast and simple way to get a value from a JSON document in Go.
[Atlantis: Open Source PaaS Built on Docker](https://github.com/ooyala/atlantis?utm_source=studygolang&utm_medium=email)
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
[Go 1.7 Release Notes](https://golang.org/doc/go1.7?utm_source=golangweekly&utm_medium=email)
[Labels in Go](https://medium.com/@mlowicki/labels-in-go-4ffd81932339?utm_source=studygolang&utm_medium=email)
Used with break, continue and goto.
[OOP and Go… Sorta](https://medium.com/behancetech/oop-and-go-sorta-c6682359a41b?utm_source=studygolang&utm_medium=email)
[Writing a Simple, Persistent Key-Value Store in Go](https://www.opsdash.com/blog/persistent-key-value-store-golang.html?utm_source=studygolang&utm_medium=email)
[Synchronizing State with Mutexes in Go](https://kylewbanks.com/blog/tutorial-synchronizing-state-with-mutexes-golang?utm_source=studygolang&utm_medium=email)
[Accessing an Oracle DB in Go](https://gocodecloud.com/blog/2016/08/09/accessing-an-oracle-db-in-go/?utm_source=studygolang&utm_medium=email)
[Thoughts From Making A Go-Powered Geofence API Server in 10 Days](http://blog.geofenceapi.org/post/149056190562/i-wrote-geofenceapi-in-go-in-10-days-without-touching-a?utm_source=studygolang&utm_medium=email)
[Go Dependencies Considered Harmful](http://fortytw2.com/go-dependencies-considered-harmful?utm_source=studygolang&utm_medium=email)
[Why Go is Awesome for Building Security Clients](https://medium.com/@meirwah/why-go-is-awesome-for-building-security-clients-7a502b9edb4e?utm_source=studygolang&utm_medium=email)
[Thyme: Automatically Track Which Applications You Use and for How Long](https://github.com/sourcegraph/thyme?utm_source=studygolang&utm_medium=email)
Written in Go, naturally.
[benchttp: HTTP Server Benchmarking Tool](https://github.com/siadat/benchttp?utm_source=studygolang&utm_medium=email)
Reimplements commonly used features from ApacheBench (ab).
[Jet 2.0: A Fast and Easy-to-Use Template Engine for Go](https://github.com/CloudyKit/jet?utm_source=studygolang&utm_medium=email)
[Brooce: A Language-Agnostic Job Queue with a Redis Backend](https://github.com/SergeyTsalkov/brooce?utm_source=studygolang&utm_medium=email)
[LF: A Terminal File Manager, Inspired by Ranger](https://github.com/gokcehan/lf?utm_source=studygolang&utm_medium=email)
[golexa: A Library to Handle Alexa Custom Skill Requests](https://github.com/b00giZm/golexa?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)