## FEATURED
[Grumpy: A Python Runtime Built on Go, by Google](https://opensource.googleblog.com/2017/01/grumpy-go-running-python.html?utm_source=studygolang&utm_medium=email)
It translates Python code into Go programs that then run in the usual way (it's not an interpreter).
[A Look at What's Coming in Go 1.8](https://blog.gopheracademy.com/advent-2016/go-1.8/?utm_source=studygolang&utm_medium=email)
A run through a variety of details about the forthcoming release.
[5 Things to Watch in Go Programming in 2017](https://medium.com/@sconant/5-things-to-watch-in-go-programming-in-2017-39cd7a7e58e3?utm_source=studygolang&utm_medium=email)
What will innovations like dynamic plugins, serverless Go, and HTTP/2 Push mean for your development this year?
[Brad Fitzpatrick on the Go Project in 2017](https://groups.google.com/d/msg/golang-dev/afkXKoAd8IQ/h5fnC2s8EAAJ?utm_source=studygolang&utm_medium=email)
Core team member Brad reflects on some specific process-related quirks of the Go project he’d like to see resolved this year and asks for your own suggestions.
[C and Go: A Side-by-Side Reference Sheet](http://hyperpolyglot.org/c?utm_source=studygolang&utm_medium=email)
For a variety of common tasks, it shows the C version on the left, Go on the right.
[GopherCon 2017 Registration Open](https://www.gophercon.com/?utm_source=studygolang&utm_medium=email)
The world’s largest Go conference is back in Denver, Colorado over July 13-15.
[Cherami: Uber's Distributed, Highly Available Message Queue System](https://github.com/uber/cherami-server?utm_source=studygolang&utm_medium=email)
A distributed, scalable, durable, and highly available message queue system built at Uber to transport asynchronous tasks. It’s built in Go.
## IN BRIEF
[Go 1.8 To Have a Release Party on February 16](https://github.com/golang/go/wiki/Go-1.8-Release-Party?utm_source=studygolang&utm_medium=email)
Various local Go user groups are getting involved.
[Go Project Considering Accepting Pull Requests on GitHub](https://github.com/golang/go/issues/18517?utm_source=studygolang&utm_medium=email)
[ARMv5E and ARMv6 Support To Be Dropped in Go 1.9](https://github.com/golang/go/issues/17082?utm_source=studygolang&utm_medium=email)
[Never Start a Goroutine Without Knowing How It Will Stop](https://dave.cheney.net/2016/12/22/never-start-a-goroutine-without-knowing-how-it-will-stop?utm_source=studygolang&utm_medium=email)
[Cache As Cache Can: Seeing How CPU Caches Affect Performance from Go](https://hackernoon.com/cache-as-cache-can-e3cf86552263?utm_source=studygolang&utm_medium=email)
[The Functional Options Pattern in Go](http://halls-of-valhalla.org/beta/articles/functional-options-pattern-in-go,54/?utm_source=studygolang&utm_medium=email)
[SQLBoiler: Generate a Go(lang) ORM Tailored to Your Schema](https://github.com/vattle/sqlboiler?utm_source=studygolang&utm_medium=email)
[Prism: An Open Source Profiling Tool for Go Code](https://medium.com/geckoboard-under-the-hood/introducing-prism-9c08e9926755?utm_source=studygolang&utm_medium=email)
[Gobot 1.0 Released: A Robotics/IoT Framework for Go](https://gobot.io/blog/2016/12/21/gobot-the-big-one-oh/?utm_source=studygolang&utm_medium=email)
[simplehttp2server: A Simple HTTP/2 Server for Development](https://github.com/GoogleChrome/simplehttp2server?utm_source=studygolang&utm_medium=email)
[GoReleaser: Deliver Go Binaries As Fast and Easily As Possible](https://github.com/goreleaser/releaser?utm_source=studygolang&utm_medium=email)
Builds binaries for multiple platforms, creates a GitHub release and pushes a Homebrew formulae to a repository.
[aws-lambda-go-shim: Author your AWS Lambda Function Code in Go](https://github.com/eawsy/aws-lambda-go-shim?utm_source=studygolang&utm_medium=email)
[Guinea: Library for Building Command Line Interfaces](https://github.com/boreq/guinea?utm_source=studygolang&utm_medium=email)
[awslambdaproxy: An AWS Lambda-Powered HTTP(s)/SOCKS Web Proxy](https://github.com/dan-v/awslambdaproxy?utm_source=studygolang&utm_medium=email)
[A Pure Go Implementation of the Redis CLI (redis-cli)](https://github.com/holys/redis-cli?utm_source=studygolang&utm_medium=email)
[Ofelia: A Docker Job Scheduler (aka crontab for Docker)](https://github.com/mcuadros/ofelia?utm_source=studygolang&utm_medium=email)
[go-selenium: A Go Selenium Web Driver Library](https://github.com/bunsenapp/go-selenium?utm_source=studygolang&utm_medium=email)
[Portanoia: A Tool That Sets A Honeypot Port and Runs A Command Against Every IP That Connects to It](https://github.com/0x4445565A/portanoia?utm_source=studygolang&utm_medium=email)
[GOATee: A Simple GTK2-Based Text Editor Written in Go](https://github.com/sg3des/goatee?utm_source=studygolang&utm_medium=email)
[Tile38: Geolocation Data Store, Spatial Index, and Realtime Geofence](https://github.com/tidwall/tile38?utm_source=studygolang&utm_medium=email)
[Seaweed-FS: A Scalable Distributed File System](https://github.com/chrislusf/seaweedfs?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)