FEATURED
[GopherCon 2015 Roundup](https://blog.golang.org/gophercon2015)
Links to videos and slides/supporting text for 22 different talks from the recent official Go conference.
[See Android Go. Go, Android. Go.](http://www.codingvelocity.com/2015/07/23/go-mobile-intro.html)
Quick walkthrough of the basics of compiling and installing a Go app on Android.
[Go 1.5 Beta 3 Released](https://groups.google.com/d/msg/golang-nuts/hm9tWv534bI/uo4zDhXOhmsJ)
“We think this is pretty close to Go 1.5 Release Candidate 1, which we hope to issue next week. The final version of Go 1.5 should be out by mid-August.”
[Fuzzy Search: Tiny and Fast Fuzzy Search in Go](https://github.com/renstrom/fuzzysearch)
Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input.
[Backwards Compatibility in Go](http://blog.merovius.de/2015/07/29/backwards-compatibility-in-go.html)
“We, the Go community, should probably come up with some coherent definition of what changes we deem backwards compatible and which we don’t.”
[Static Go Binaries with Docker on OS X](https://developer.atlassian.com/blog/2015/07/osx-static-golang-binaries-with-docker/)
A step by step look at the process involved in building static Go binaries efficiently through Docker.
[The Anatomy of A Go Project](http://darian.af/post/the-anatomy-of-a-golang-project/)
Writing Go code is one thing, but structuring code into a robust project that others can easily work with is another. Here are some tips on the latter.
[The 5th Go Challenge for August 2015](http://golang-challenge.com/go-challenge5/)
The Go Challenge provides a way to learn Go by solving problems and getting feedback from experts. The goal of this challenge is to “write a tool that will find unnecessarily exported identifiers in a package and help unexport them.”
## IN BRIEF
[Writing Android Apps with Go Bindings](http://www.sajalkayan.com/post/android-apps-golang.html)
[How A Beginner Learned Go As Their First Backend Language in 5 Weeks](https://www.youtube.com/watch)
[Uptime: Building Resilient Services with Go](https://www.youtube.com/watch)
[On The Idea of a Golang 'Marketplace'](http://golangmarket.blogspot.co.uk/2015/07/about-marketplace.html)
Floating the idea of a marketplace where Go code can be bought and sold, a bit like as is seen with WordPress templates, say.
[vim-go 1.1 Released: The Go Development Plugin for Vim](https://github.com/fatih/vim-go/releases/tag/v1.1)
[go-fuzz: Randomized Testing for Go](https://github.com/dvyukov/go-fuzz)
A coverage-guided fuzzing solution for testing of Go packages.
[Cuckoo Filter: Like Bloom Filters, But Better](https://github.com/seiflotfy/cuckoofilter)
Bloom filters are a popular choice for set-membership queries where some level of false positives are acceptable. Cuckoo filters go a step further and allow items to be removed too.
[Deepcopier: Simple Struct Copying for Golang](https://github.com/ulule/deepcopier)
[mw: Middleware Decorator for Go Servers](https://github.com/collinglass/mw)
有疑问加站长微信联系(非本文作者)