## FEATURED
[Composable Go Services Using Libchan](http://blog.codeship.com/composable-go-services-using-libchan/)
[libchan](https://github.com/docker/libchan) is a networking library that lets network services communicate in a similar way to goroutines using channels. By connecting things with libchan instead of standard Go channels, you can switch the transport without altering business logic in the code.
[Termloop: A Terminal-based Game Engine for Go](https://github.com/JoelOtter/termloop)
Built on top of Termbox, Termloop presents a compelling option for making Terminal-based games in Go. Includes things like collision detection, timers, logging, level maps, etc.
[Go Plugin for IntelliJ: A Go IDE for the IntelliJ Platform](https://github.com/go-lang-plugin-org/go-lang-idea-plugin)
Several developers are working on a Go plugin for IntelliJ based IDEs. Supports all JetBrains IDEs based on IntelliJ Platform >= 141.2 such as WebStorm 10.
[Ruby and Go Sitting in a Tree](http://blog.paracode.com/2015/08/28/ruby-and-go-sitting-in-a-tree)
A look at how to build a Ruby gem built around a Go based native extension, a possibility enabled by Go 1.5’s c-shared build mode.
[Interview with Hyang-ah Kim, Core Developer on the Go Mobile Project](https://medium.com/@IndianGuru/interview-with-hyang-ah-kim-core-developer-go-mobile-project-30c2ee009981)
“I am mostly focusing on the use of Go to develop libraries for mobile apps. [..] Over the next year or two, I hope people will consider Go as an attractive alternative to C/C++ in mobile app development.”
[Proposal for A Go Interpreter](https://docs.google.com/document/d/1Hvxf6NMPaCUd-1iqm_968SuHN1Vf8dLZQyHjvPyVE0Q/preview)
A tentative proposal for an embeddable Go interpreter that could embedded inside another Go application to provide scripting opportunities.
[Performance Regression in Go 1.5](http://yokohummer7.github.io/blog/2015/09/01/go-1.5-regression.html)
A look at how the results of the Computer Language Benchmarks Game benchmarks on Go 1.5 vs 1.4 vary and how GC changes in Go 1.5 make certain types of code slower.
## IN BRIEF
[Sorting Inventory Items (i.e. Complex Data) in Go](http://adampresley.com/2015/09/06/sorting-inventory-items-in-go.html)
[Building a URL Shortener Web Service with MongoDB and Go](http://www.minaandrawos.com/2015/09/05/link-shortener-golang-web-service-tutorial-mongodb/)
[Complex JSON Handling in Go](http://www.kotancode.com/2015/09/10/complex-json-handling-in-go/)
[Go, Cloud Endpoints and App Engine](https://medium.com/google-cloud/go-cloud-endpoints-and-app-engine-19d290dafda3)
[Working with Time in Go](http://bl.ocks.org/joyrexus/a56717634a672dcdfd48)
[From Python to Go: Migrating An Entire API](http://blog.repustate.com/migrating-entire-api-go-python/)
A quick case study.
[Don't Condemn Go To Repeat Past Mistakes](http://technosophos.com/2015/09/02/dont-let-go-be-condemned-to-repeat-past-mistakes.html)
[What Golang UK Taught Me About Community](https://www.mailjet.com/blog/what-golang-uk-taught-me-about-community/)
[NATS: Open Source, High Performance Cloud Native Messaging System](http://nats.io/)
The core gnatsd server is written in Go, and Apcera maintains official clients for Go, Node, and Ruby.
[rtop-bot: A Bot For Remote Server Monitoring Over SSH](http://www.rtop-monitor.org/rtop-bot/index.html)
[go-amazon-product-api: Wrapper for the Amazon Product Advertising API](https://github.com/DDRBoxman/go-amazon-product-api)
[dex: An Open Source OpenID Connect Identity Provider](https://coreos.com/blog/announcing-dex/)
A federated identity management service that provides OpenID Connect (OIDC) to users.
[Picasso: A Go Image Composer](https://github.com/deiwin/picasso)
Lets you join images together in various configurations of your choosing.
[MarGopher: Markov Chain Random Text Generator](https://github.com/AhmedZaleh/margopher)
[Go Router: Simple, Compact and Fast Router Package for HTTP Requests](https://github.com/takama/router)
[Kingshard: A High-Performance Proxy for MySQL](https://github.com/flike/kingshard)
[TiDB: A Distributed SQL Database Written in Go](https://github.com/pingcap/tidb)
Inspired by the design of Google F1, TiDB is a distributed SQL database with the best features of both traditional RDBMS and NoSQL. Still early days and not recommended for production.
有疑问加站长微信联系(非本文作者)