## FEATURED
[Go Program Analysis from Scratch](https://www.youtube.com/watch?v=oorX84tBMqo)
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](http://blog.couchbase.com/2015/september/go-sdk-1.0-ga)
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](http://blog.ralch.com/tutorial/golang-tools-comprehension/)
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](https://www.opsdash.com/blog/slack-bot-in-golang.html)
A look at tying together the parts necessary in Go to create a simple bot for the popular Slack messaging platform.
[Stupid Gopher Tricks](https://www.youtube.com/watch?v=UECh7X07m6E)
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](https://www.youtube.com/channel/UC9ZNrGdT2aAdrNbX78lbNlQ/videos)
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](https://groups.google.com/d/msg/golang-announce/QU4XU72Jr7Y/ZqgZT3hRCwAJ)
A minor point release.
## IN BRIEF
[Go 1.6 will Make its Garbage Collector Faster](http://www.infoq.com/news/2015/09/go-16-garbage-collection)
[Go Game Jam: Learn Go in a Weekend by Making a Game](https://codelympics.io/projects/2)
[Learning to Answer Your Own Questions in Go](http://www.sanarias.com/blog/915LearningtoansweryourownquestionsinGo)
[Non-blocking Channels in Go](https://blog.quickmediasolutions.com/2015/09/13/non-blocking-channels-in-go.html)
A technique for sending any number of values on a channel without having the send block.
[Composition with Go](http://www.goinggo.net/2015/09/composition-with-go.html)
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](http://coussej.github.io/2015/09/15/Listening-to-generic-JSON-notifications-from-PostgreSQL-in-Go/)
[aligncheck: Helps to Find Inefficiently Packed Structs](https://www.reddit.com/r/golang/comments/3lahav/aligncheck_helps_to_find_inefficiently_packed/)
[400 days of Go](http://www.philipotoole.com/400-days-of-go/)
A developer reflects on his Go experiences.
[utron: A Lightweight MVC Framework for Go](https://github.com/gernest/utron)
[Strata: Open Source Library for Efficient MongoDB Backups](http://blog.parse.com/learn/engineering/strata-open-source-library-for-efficient-mongodb-backups/)
[muxy: Simulating Real-World Distributed System Failures](https://github.com/mefellows/muxy)
A proxy that can simulate common failure scenarios from the perspective of an application under test; such as an API or a webapp.
有疑问加站长微信联系(非本文作者)