FEATURED
Understanding Nil (in Go)
Slidedeck from the opening keynote at GopherCon 2016 digging into nil, what it represents, what it means, and how it’s defined in Go.
GoTrace: Concurrency Tracer and Visualizer for Go
A 3D (WebGL) visualizer of Go concurrency flows. It analyzes trace produced by go tool trace.
BuntDB: Embeddable, In-Memory Key/Value Database for Go
A low-level, in-memory (but persists to disk), key/value store in pure Go, with geospatial support. Inspired by BoltDB.
Go 1.6.3 and 1.7rc2 Released
Versions 1.6.3 and 1.7rc2 contain a fix for a security-related issue (httpoxy in particular) in addition to adding support for the upcoming macOS Sierra.
How to Correctly Use context.Context in Go 1.7
A look at a new library in Go 1.7, the context library, and when or how to correctly use it.
Gongular: A Different Approach to Go Web Frameworks
An HTTP server framework for developing APIs easily. It’s similar to Gin Gonic, but features Angular-like dependency injection and better input handling.
IN BRIEF
A Retrospective of GopherCon 2016
A look back at GopherCon 2016, which took place in Denver earlier this month.
Building Your Own Build Status Indicator with Go and a Raspberry Pi 3
Using Go For Custom Wallpapers
A fun project for creating custom desktop wallpapers. There’s an associated GitHub repo.
Debug and Support Your Go Apps with Backtrace. Free to Try.
Capture and analyze the complete state of your Go apps at the time of error. Go beyond error reports. Read more.
UniDoc: A PDF Toolkit for Go
Released under a dual AGPL/commercial license.
Sleuth 1.0: Library for Masterless P2P Autodiscovery Between HTTP Services
fast: Minimal Zero-dependency Utility for Testing Internet Download Speed
A very simple wrapper around fast.com.
Work: Enqueue and Processes Background Jobs in Go
mailchimp-go: Go Client for MailChimp API V3
“While coverage of the MailChimp API is limited in the current state, the goal is to provide a basic structure that can be built upon to eventually have full coverage.”
有疑问加站长微信联系(非本文作者)
