FEATURED
Go Program Analysis from Scratch
At the Golang UK Conference, Googler Francesc Campoy spoke about performing both dynamic and static analysis on Go programs. He starts from the basics so it’s a very accessible talk.
Couchbase Go SDK 1.0 Released
Couchbase (creators of the high performance NoSQL database) has announced the general availability of its official Go SDK. It supports N1QL querying, view querying, SSL, and more.
A Look at 3 Go Code Comprehension Tools
A quick look at Oracle (not the database), Pythia, and Godepgraph - three tools that can help you understand a codebase better.
Build Your Own Slack Bot in Go
A look at tying together the parts necessary in Go to create a simple bot for the popular Slack messaging platform.
Stupid Gopher Tricks
The slides for this talk were very popular a few weeks ago. Now you can watch the talk itself.
12 Videos from the 2015 Golang UK Conference
We’re linking to some of them individually (above) but if you want to enjoy the majority of a great conference, here’s the full stream.
Go 1.5.1 Released
A minor point release.
IN BRIEF
Go 1.6 will Make its Garbage Collector Faster
Go Game Jam: Learn Go in a Weekend by Making a Game
Learning to Answer Your Own Questions in Go
Non-blocking Channels in Go
A technique for sending any number of values on a channel without having the send block.
Composition with Go
A walk through a program that represents several concepts that can be composed together yielding more flexible and easier to read.
Listening to Generic JSON Notifications From PostgreSQL in Go
aligncheck: Helps to Find Inefficiently Packed Structs
400 days of Go
A developer reflects on his Go experiences.
utron: A Lightweight MVC Framework for Go
Strata: Open Source Library for Efficient MongoDB Backups
muxy: Simulating Real-World Distributed System Failures
A proxy that can simulate common failure scenarios from the perspective of an application under test; such as an API or a webapp.
有疑问加站长微信联系(非本文作者)
