## FEATURED
[Shrink Your Go Binaries With These Tricks](https://blog.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/?utm_source=studygolang&utm_medium=email)
Bait title aside, Filippo shows how to reduce a Go binary’s size more than 6x with some flags and common tools.
[REST Layer: REST and GraphQL APIs Made Easy](http://rest-layer.io/?utm_source=studygolang&utm_medium=email)
A very well documented REST API framework heavily inspired by Python Eve. Implemented as a net/http handler, it plays well with standard middleware.
[Writing High Performance Go](http://go-talks.appspot.com/github.com/davecheney/presentations/writing-high-performance-go.slide?utm_source=studygolang&utm_medium=email#1)
Useful slides from a talk given by Dave Cheney at GopherChina.
[Go 1.6.2 Released, a Minor Point Release](https://groups.google.com/d/msg/golang-announce/8FwSHbMTEjQ/2-IAqgSbLgAJ?utm_source=studygolang&utm_medium=email)
Includes fixes to the compiler, runtime, tools, documentation, and the mime/multipart, net/http, and sort packages.
[How To Deploy a Go Web Application with Docker](https://semaphoreci.com/community/tutorials/how-to-deploy-a-go-web-application-with-docker?utm_source=studygolang&utm_medium=email)
A very thorough guide to how Docker can improve the way you build, test, and deploy Go webapps.
[Micro: A Terminal-based Text Editor](https://github.com/zyedidia/micro?utm_source=studygolang&utm_medium=email)
A new, pure Go terminal based text editor with syntax highlighting, color, mouse and Unicode support.
[The Most Seductive Keyword in Go: go](http://blog.brnstz.com/post/143049621938/the-most-seductive-keyword?utm_source=studygolang&utm_medium=email)
“If you can get through your first Go program without even trying out the go keyword, you have more self-control than I do.”
[QOR 1.0: Libraries for Business Apps, CMSes, and E-Commerce](https://github.com/qor/qor?utm_source=studygolang&utm_medium=email)
Originally written in Ruby, now in Go. QOR includes things like media management, an admin interface, i18n, l10n, access control, etc, that you can use in your own business apps.
## IN BRIEF
[Hack Roller Coaster Tycoon with Genetic Algorithms & Go at SIGNAL](http://gosignal.wpengine.com/hello-golang-weekly/?utm_source=studygolang&utm_medium=email)
Join Kevin Burke ([@ekrubnivek](https://twitter.com/ekrubnivek)) of Shyp at SIGNAL to talk Roller Coaster Tycoon and Go.
[Leveraging Local Interfaces in Go](https://harrow.io/leveraging-local-interfaces-in-go/?utm_source=studygolang&utm_medium=email)
[JSON Management Patterns in Go](http://brandonokert.com/2016/04/18/Json-Management-Patterns-In-Go/?utm_source=studygolang&utm_medium=email)
[How to Load Billions of JSON Events into Amazon Redshift Every Day using Go and Kafka](http://www.appuri.com/blog/how-we-load-billions-of-json-events-into-amazon-redshift-every-day-using-go-and-kafka?utm_source=studygolang&utm_medium=email)
[govendor v1.0.1: A Multi Mode Vendoring Tool](https://groups.google.com/d/msg/golang-nuts/D4gjzzv1yc8/_YuASiRFAAAJ?utm_source=studygolang&utm_medium=email)
[go-bnet: Go Client for the Battle.net API](https://github.com/mitchellh/go-bnet?utm_source=studygolang&utm_medium=email)
[Find: An Indoor Positioning Framework for Wifi Devices](https://github.com/schollz/find?utm_source=studygolang&utm_medium=email)
[Go Test Fixtures: Rails-Like Test Fixtures for Go Apps](https://github.com/go-testfixtures/testfixtures?utm_source=studygolang&utm_medium=email)
Before every test, the test database is cleaned and the fixture data is loaded back in.
[A Go SDK for Facebook's Messenger Platform](https://github.com/maciekmm/messenger-platform-go-sdk?utm_source=studygolang&utm_medium=email)
Now you can write bots to answer all your Facebook messages.
[Golang Client for the Handwriting.io API](https://github.com/handwritingio/go-client?utm_source=studygolang&utm_medium=email)
A service that generates realistic looking handwritten text.
[Polygen: Genetic Algorithm for Approximating an Image with Polygons](https://github.com/armhold/polygen?utm_source=studygolang&utm_medium=email)
[The Super Tiny Compiler, ported to Go](https://github.com/hazbo/the-super-tiny-compiler?utm_source=studygolang&utm_medium=email)
A small, heavily annotated compiler - ported from an original JavaScript version.
[minihttp: A Small Web Server Written in Go](https://kl.wtf/posts/minihttp/?utm_source=studygolang&utm_medium=email)
[Go Actor Model: A Port of JVM Akka.Actor to Go](https://github.com/rogeralsing/gam?utm_source=studygolang&utm_medium=email)
[GoBGP: BGP (Border Gateway Protocol) Implementation in Go](https://github.com/osrg/gobgp?utm_source=studygolang&utm_medium=email)
An open source BGP implementation designed from scratch. One for networking and TCP/IP buffs.
[sqlhooks: Attach Hooks to Any 'database/sql' Driver](https://github.com/gchaincl/sqlhooks?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)