## FEATURED
[Bosun: An Open Source Monitoring and Alerting System](http://bosun.org/)
The folks at Stack Exchange (best known for Stack Overflow) have built a time series alerting framework in Go. It includes a data collector (Scollector) and lets you define alerts with a custom DSL.
[Embedding Lua in Go](https://otm.github.io/2015/07/embedding-lua-in-go/)
A look at the practicalities of embedding a flexible, tried-and-tested scripting language into a Go app.
[Go on Mobile](http://talks.golang.org/2015/gophercon-go-on-mobile.slide)
A slidedeck looking at Go’s increasing support for developing for mobile platforms. There are two approaches: write the whole app in Go, or use Go behind the typical Java or Objective C front-end.
[A Code Galaxies Visualization of Go Packages](http://anvaka.github.io/pm/)
Essentially a 3D graph of 182,215 Go packages and their relationships. It’s beautiful, that’s for sure.
[Go 1.5 Beta 2 Released](https://groups.google.com/d/msg/golang-nuts/wHMwK_NquBQ/UId6dKQs6zIJ)
[dotGO: The European Go conference (November 9, Paris)](http://www.dotgo.eu/)
The speaker list is of a high caliber and includes folks like Rob Pike, Kelsey Hightower, and Verónica López, with Blake Mizerany as 'conference MC'.
## IN BRIEF
[Proposal: golang.org/x/exp/shiny: An Experimental GUI Library](https://github.com/golang/go/issues/11818)
[Hardcore Go: A 3 Day Intensive Go Class](https://www.ardanlabs.com/hardcore-go)
Austin, SF, Seattle and Chicago - all soon.
[Go 1.5: Cross Compilation](https://medium.com/@rakyll/go-1-5-cross-compilation-488092ba44ec)
[SSH Client Connection in Golang](http://blog.ralch.com/tutorial/golang-ssh-connection/)
[Stubbing Out Interfaces in Go](https://medium.com/stupid-gopher-tricks/stubbing-out-interfaces-in-go-e85afc200aa8)
[Configuring Your GOPATH with Go and Google App Engine](http://www.compoundtheory.com/configuring-your-gopath-with-go-and-google-app-engine/)
[Practical Persistence in Go: Organising Database Access](http://www.alexedwards.net/blog/organising-database-access)
[Don't abuse math.Max / math.Min](http://mrekucci.blogspot.com/2015/07/dont-abuse-mathmax-mathmin.html)
[Get A Redis: One Click, Docker-Based Auto Scaling Redis Host Implemented in Go](https://github.com/MohamedBassem/getaredis)
[A Go Client for Google Cloud Bigtable](http://googlecloudplatform.blogspot.com/2015/07/A-Go-client-for-Google-Cloud-Bigtable.html)
[Muster: A Framework for Writing Libraries That Internally Batch Operations](https://godoc.org/github.com/facebookgo/muster)
[Radigast: A Slack Bot with Configurable Plugins](https://github.com/groob/radigast)
[WSD (WebSocket Debugger): Like curl, But For WebSockets](https://github.com/alexanderGugel/wsd)
有疑问加站长微信联系(非本文作者)