## FEATURED
[Go 1.6.1 and 1.5.4 Released](https://groups.google.com/d/msg/golang-announce/9eqIHqaWvck/kXsfO0ogLAAJ?utm_source=studygolang&utm_medium=email)
Released to address two security issues. One in DLL loading on Windows, and the other with DoS potential when using Go’s crypto libraries.
[gofeed: Robust RSS and Atom Feed Parsing Library](https://github.com/mmcdole/gofeed?utm_source=studygolang&utm_medium=email)
It can detect feed type, parse, and normalize feeds. Supports all popular variants of RSS and Atom.
[Advanced Testing with Go](https://www.youtube.com/watch?v=yszygk1cpEc&utm_source=studygolang&utm_medium=email)
Over an hour of experienced insights on Go testing from Mitchell Hashimoto, the founder of HashiCorp and creator of Vagrant.
[Sparta: A Go Framework for AWS Lambda](https://medium.com/@mweagle/a-go-framework-for-aws-lambda-ab14f0c42cb?utm_source=studygolang&utm_medium=email)
Sparta is a framework that transforms Go apps into AWS Lambda-powered microservices.
[Bolt: An Embedded Key/Value Database for Go](https://github.com/boltdb/bolt?utm_source=studygolang&utm_medium=email)
It’s not new but we haven’t featured it before. Bolt is a pure Go key/value store for programs that don’t need anything more complex.
["Go should support some form of generic programming."](https://github.com/golang/go/issues/15292?utm_source=studygolang&utm_medium=email)
This proposal on the official issue tracker has 130 thumbs up and only 1 thumbs down so far.
[Implementing Authentication in Go with JWTs](https://auth0.com/blog/2016/04/13/authentication-in-golang/?utm_source=studygolang&utm_medium=email)
A look at building and authenticating a RESTful API with JSON Web Tokens (JWTs).
## IN BRIEF
[Brian Kernighan on the Typesetting of 'The Go Programming Language' Book](https://rkrishnan.org/posts/2016-03-07-how-is-gopl-typeset.html?utm_source=studygolang&utm_medium=email)
[IoT Sensor Metrics with Go](http://www.gmarik.info/blog/2016/iot-sensor-metrics-with-go-part1/?utm_source=studygolang&utm_medium=email)
A 2 post series on using Go to get sensor data from an Intel Edison device.
[A Simple Way to Limit Simultaneous Clients of a net/http Server](https://pauladamsmith.com/blog/2016/04/max-clients-go-net-http.html?utm_source=studygolang&utm_medium=email)
[Embrace Go – A Modern Programming Language](https://developer.washingtonpost.com/pb/blog/post/2016/04/06/embrace-go/?utm_source=studygolang&utm_medium=email)
A high-level, beginner-focused intro from the Washington Post.
[Returning Stop/Cancel Functions in Go](https://medium.com/@matryer/returning-stop-cancel-functions-in-golang-6385467658a6?utm_source=studygolang&utm_medium=email)
[My Personal Way To Setup Atom Editor for Go Development](http://swe-kb.nabuden.com/2016/04/12/my-personal-way-to-setup-atom-editor-for-go-development/?utm_source=studygolang&utm_medium=email)
A curiously soothing 10 minute video.
[Comparing Ruby, C, and Go](http://rayhightower.com/blog/2016/04/11/comparing-ruby-c-and-go/?utm_source=studygolang&utm_medium=email)
A look at how solutions to a simple problem differ in readability and performance.
[Tools to Help You Go](https://serifandsemaphore.io/tools-to-help-you-go-d6f782055ce7?utm_source=studygolang&utm_medium=email)
A quick look at tools like Golint, Gocyclo, Depscheck, and Interfacer.
[Juggler: A WebSocket-based, Redis-backed RPC and Pub-Sub Server](https://github.com/PuerkitoBio/juggler?utm_source=studygolang&utm_medium=email)
[filebuffer: A Few File-Like Interfaces Backed by A Byte Buffer](https://github.com/mattetti/filebuffer?utm_source=studygolang&utm_medium=email)
[Storm: A Simple ORM and Wrapper Around BoltDB](https://github.com/asdine/storm?utm_source=studygolang&utm_medium=email)
[Tesla: An API Wrapper for Commanding a Tesla Model S Car](https://github.com/jsgoecke/tesla?utm_source=studygolang&utm_medium=email)
The API provides functionality to monitor and control the Model S (and future Tesla vehicles) remotely.
有疑问加站长微信联系(非本文作者)