## FEATURED
[Go Graphics (gg): A 2D Graphics Rendering Library](https://github.com/fogleman/gg?utm_source=studygolang&utm_medium=email)
Easily draw lines, rectangles, ellipses, paths, text, etc. There are lots of examples from which you can learn the simple API.
[Gentleman: Plugin-Driven, Middleware-Based HTTP Client Toolkit](https://github.com/h2non/gentleman?utm_source=studygolang&utm_medium=email)
Build HTTP clients using a simple, expressive fluent API over the top of the net/http package. Built-in JSON, XML and multipart serialization and parsing. Has some similarities to Ruby’s httparty.
[How Uber's Highest Query per Second Service Is Built on Go](https://eng.uber.com/go-geofence/?utm_source=studygolang&utm_medium=email)
A look at how Uber approached building a geofence lookup system in Go and how Go has helped them build and scale it so quickly.
[So You Wanna Go Fast?](http://bravenewgeek.com/so-you-wanna-go-fast/?utm_source=studygolang&utm_medium=email)
An extensive look at what it means for code to be ‘fast’ and insights into writing and optimizing high-performance Go code.
[How Alan Shreve Built ngrok using Go](https://www.twilio.com/blog/2016/02/how-alan-shreve-built-ngrok-with-go.html?utm_source=studygolang&utm_medium=email)
ngrok lets you expose a local server behind a NAT or firewall to the Internet.
[Ergonomadic: A Complete, Reliable, Go IRC Daemon](https://github.com/edmund-huber/ergonomadic?utm_source=studygolang&utm_medium=email)
Long before Slack, we had IRC for our live chatting needs. Happily, the IRC protocol is still around to be used and this is an ircd written in Go.
## IN BRIEF
[Gobot 0.11: Robotics and Internet of Things (IoT) Framework](http://gobot.io/blog/2016/02/17/gobot-this-one-goes-to-0.11/?utm_source=studygolang&utm_medium=email)
It now supports the $9 C.H.I.P. computer.
[Caddy 0.8.2 Released with On-Demand TLS](https://caddyserver.com/blog/caddy-0_8_2-released?utm_source=studygolang&utm_medium=email)
Now built on Go 1.6, Caddy is an HTTP/2 web server with automatic HTTPS support.
[Course: Learn How To Code in Google Go](https://www.udemy.com/learn-how-to-code/?couponCode=letsgo&utm_source=studygolang&utm_medium=email)
Costs (a very little, at time of writing) money but packs in 159 lectures spanning over 20 hours.
[Take a REST with HTTP/2, Protobufs, and Swagger](https://coreos.com/blog/gRPC-protobufs-swagger.html?utm_source=studygolang&utm_medium=email)
[Hashicorp on Go Plugin Architecture](https://www.youtube.com/watch?v=SRvm3zQQc1Q=tw&utm_source=studygolang&utm_medium=email)
[Comparing Erlang and Go Concurrency](https://www.youtube.com/watch?v=2yiKUIDFc2I&utm_source=studygolang&utm_medium=email)
[goTemplateBenchmark: Comparing The Performance of Template Engines](https://github.com/SlinSo/goTemplateBenchmark?utm_source=studygolang&utm_medium=email)
[Skynet 1M Threads Microbenchmark](https://github.com/atemerev/skynet?utm_source=studygolang&utm_medium=email)
Go is up against Haskell, Scala, Erlang, .NET and Java.
[How To Fix The Go Package Management Problem](https://engineeredweb.com/blog/2016/path-go-pkg-mgmt/?utm_source=studygolang&utm_medium=email)
[How Go Solves So Many Problems for Web Developers](http://ewanvalentine.io/why-go-solves-so-many-problems-for-web-developers/?utm_source=golangweekly&utm_medium=email)
[benchls: Go Benchmark Performance Curve Fitting](https://github.com/jonlawlor/benchls?utm_source=studygolang&utm_medium=email)
[multicorecsv: A Multicore CSV Reader Library](https://github.com/mzimmerman/multicorecsv?utm_source=studygolang&utm_medium=email)
Boasts 3x faster performance than encoding/csv.
[govfx: A Fast Web Animation Library for Go](https://github.com/influx6/govfx?utm_source=studygolang&utm_medium=email)
(Using GopherJS to compile Go to JavaScript for use on the Web.)
[Velox: Real-time Go Struct to JS Object Sync Over SSE and WebSockets](https://github.com/jpillora/velox?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)