## FEATURED
[A Go and OpenGL Tutorial](https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl?utm_source=studygolang&utm_medium=email)
A three-part tutorial covering the basics of OpenGL graphics API in Go by reimplementing Conway’s Game of Life from scratch using go-gl.
[Changes A Rust Developer Would Make to Go](http://sitr.us/2017/02/21/changes-i-would-make-to-go.html?utm_source=studygolang&utm_medium=email)
One person’s (detailed and well-supported) opinion on how Go could improve with examples in Rust.
[Why Go?](https://dave.cheney.net/2017/03/20/why-go?utm_source=studygolang&utm_medium=email)
Three reasons why Go is an important language by one of its biggest contributors.
[Hopfield Networks in Go](http://mlexplore.org/2017/03/12/hopfield-networks-in-go/?utm_source=studygolang&utm_medium=email)
A Hopfield network is a form of recurrent artificial neural network. This post introduces the concept and shows off a Go implementation.
[Goggles: A GUI For Your GOPATH](https://github.com/KyleBanks/goggles?utm_source=studygolang&utm_medium=email)
Browse and search local packages, view documentation, open project repositories, etc. Uses Gallium, a Go Chromium wrapper.
[Giving `dep` A Try: Using The Go Dependency Tool with piladb](https://blog.oscillating.works/giving-dep-a-try-using-the-new-go-dependency-tool-with-piladb-853e24a544c8?utm_source=studygolang&utm_medium=email)
## IN BRIEF
[Go Adds Support for OpenBSD's 'pledge' Syscall-Restricting Mechanism](https://go.googlesource.com/sys/+/8fd966b47dbdd4faa03de0d06e3d733baeb9a1a9%5E%21/?utm_source=studygolang&utm_medium=email)
[Donate to Send Women Who Go to Gophercon](https://www.generosity.com/community-fundraising/women-who-go-to-gophercon?utm_source=studygolang&utm_medium=email)
[A Guide to Effective Logging in Go](https://logmatic.io/blog/our-guide-to-a-golang-logs-world/?utm_source=studygolang&utm_medium=email)
From basic logging with the standard library to standardized logging with third-party tools.
[Understanding Gorilla Mux: A URL Router and Dispatcher](https://medium.com/dev-bits/understanding-the-gorilla-mux-a-sturdy-url-router-from-the-golang-7494660f4907?utm_source=studygolang&utm_medium=email)
Includes defining routes, queries, host-based matches, and many other features.
[Comparing Git Trees in Go](https://blog.sourced.tech/post/difftree/?utm_source=studygolang&utm_medium=email)
[Port Forwarding with Go](https://zupzup.org/go-port-forwarding/?utm_source=studygolang&utm_medium=email)
[Halftoning with Go, Part 2](https://maxhalford.github.io//blog/halftoning-2/?utm_source=studygolang&utm_medium=email)
Halftoning is a way to reproduce an image using dots of varying size and spacing.
[Packaging and Deploying Go Applications to AWS using Semaphore](https://semaphoreci.com/community/tutorials/packaging-and-deploying-go-applications-to-aws-using-semaphore?utm_source=studygolang&utm_medium=email)
[Automatic Stackdriver Tracing for gRPC](https://rakyll.org/grpc-trace/?utm_source=studygolang&utm_medium=email)
[Server Side Caching with Go](https://goenning.net/2017/03/18/server-side-cache-go/?utm_source=studygolang&utm_medium=email)
[One Year Using Go](https://bugfender.com/one-year-using-go?utm_source=studygolang&utm_medium=email)
How Bugfender fared with Go, the frameworks they chose, and what they’d do differently today.
[A High-Level Comparison of Node and Go](https://medium.com/xo-tech/from-node-to-go-a-high-level-comparison-56c8b717324a?utm_source=studygolang&utm_medium=email)
Includes syntactical comparisons and performance benchmarks.
[go-sumtype: A Utility for Running Exhaustiveness Checks on 'Sum Types'](https://github.com/BurntSushi/go-sumtype?utm_source=studygolang&utm_medium=email)
[strit: String Processing Pipelines](https://github.com/maxim2266/strit?utm_source=studygolang&utm_medium=email)
Adds a DSL around iterating, filtering, and transforming strings so operations can be pipelined.
[Gobot 1.3 Released: A Go-Powered Robotics Framework](https://gobot.io/blog/2017/03/22/gobot-1.3-is-here/?utm_source=studygolang&utm_medium=email)
Now supports the BBC Microbit and DragonBoard.
[An Awesome Way to Do Configuration in Go?](https://gist.github.com/abraithwaite/ab77f610387ec9643576878c58b51923?utm_source=studygolang&utm_medium=email)
[instrumentedsql: A SQL Driver That Will Wrap Other Drivers to Log Their Calls](https://github.com/ExpansiveWorlds/instrumentedsql?utm_source=studygolang&utm_medium=email)
[ctop: Concise Commandline Monitoring for Containers](https://bcicen.github.io/ctop/?utm_source=studygolang&utm_medium=email)