## FEATURED
[Go 1.6 Released](https://blog.golang.org/go1.6?utm_source=studygolang&utm_medium=email)
The seventh major stable release of Go is here. The biggest change is HTTP/2 support in net/http and this is enabled by default when using HTTPS. 1.6 also has environment-variable defined ‘vendor’ directory support enabled by default.
[We Are The Go Contributors: Ask Us Anything](https://www.reddit.com/r/golang/comments/46bd5h/ama_we_are_the_go_contributors_ask_us_anything/?utm_source=studygolang&utm_medium=email)
A variety of Go contributors are currently in the middle of a 24 hour ‘ask us anything’ session on Reddit. There are hundreds of posts so far.
[So You Want to Write A Package Manager..](https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527?utm_source=studygolang&utm_medium=email)
A very extensive Go-oriented read on the issues involved in package and dependency management before looking into the practicalities of Go having its own project dependency manager.
[IBM Open-Sources 44,000 Lines of Go Blockchain Code](http://thenextweb.com/apps/2016/02/16/ibm-has-just-open-sourced-44000-lines-of-blockchain-code-on-github/?utm_source=studygolang&utm_medium=email)
IBM is doing a lot of blockchain-related work, and has opened source some of its work on GitHub.
[Overseer: Monitorable Self-Upgrading Binaries in Go](https://github.com/jpillora/overseer?utm_source=studygolang&utm_medium=email)
A library for creating monitorable, gracefully restarting, self-upgrading binaries in Go that work well with standard process managers.
[go-git: A Low Level Git Client Library](https://github.com/src-d/go-git?utm_source=studygolang&utm_medium=email)
Written from scratch in Go, this is a low-level and highly extensible client library for reading Git repositories.
[LabAssistant: A Lightweight Go Port of GitHub's Scientist](https://github.com/lmas/labassistant?utm_source=studygolang&utm_medium=email)
[Scientist](https://github.com/github/scientist) is a Ruby library for doing ‘careful’ refactoring of critical paths in programs by letting developers specify alternatives to test at certain junctures.
## IN BRIEF
[Go Meetup at Google Montréal, February 22nd](http://www.meetup.com/GolangMontreal/events/228221625/?utm_source=studygolang&utm_medium=email)
[How to Migrate a Google App Engine Datastore to SQL using Go](http://www.sromku.com/blog/datastore-sql-migration?utm_source=studygolang&utm_medium=email)
[How to Build A Basic Consistent Hashing Ring in Go](https://github.com/gholt/ring/blob/master/BASIC_HASH_RING.md?utm_source=studygolang&utm_medium=email)
[A Humble Recommendation for Go Packages That Make HTTP Requests](https://0value.com/Let-the-Doer-Do-it?utm_source=studygolang&utm_medium=email)
[How Can I Become A Part of The Go Community?](https://www.reddit.com/r/golang/comments/45s3vr/how_can_i_become_a_part_of_the_go_community/?utm_source=studygolang&utm_medium=email)
[rehttp: A Go HTTP Transport That Handles Retries](https://github.com/PuerkitoBio/rehttp?utm_source=studygolang&utm_medium=email)
[Stow: Simple Object Persistence with BoltDB](https://github.com/djherbis/stow?utm_source=studygolang&utm_medium=email)
[wego: A Weather App for the Terminal](https://github.com/schachmat/wego?utm_source=studygolang&utm_medium=email)
[Moldova: A Lightweight Templating System for Generating Random Data](https://github.com/StabbyCutyou/moldova?utm_source=studygolang&utm_medium=email)
Originally designed to provide the input to a database load testing tool.
[amqp-rpc: An AMQP driver for net/rpc](https://github.com/vibhavp/amqp-rpc?utm_source=studygolang&utm_medium=email)
AMQP is the [Advanced Message Queueing Protocol](https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol).
[go-gitter: Gitter API in Go](https://github.com/sromku/go-gitter?utm_source=studygolang&utm_medium=email)
[Gitter](https://gitter.im/) is a developer chat service.
[Raspberry Pi httpd Benchmark with wrk](https://gist.github.com/msoap/7060974?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)