FEATURED
GopherCon 2015 Roundup
Links to videos and slides/supporting text for 22 different talks from the recent official Go conference.
See Android Go. Go, Android. Go.
Quick walkthrough of the basics of compiling and installing a Go app on Android.
Go 1.5 Beta 3 Released
“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
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
“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
A step by step look at the process involved in building static Go binaries efficiently through Docker.
The Anatomy of A Go 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
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
How A Beginner Learned Go As Their First Backend Language in 5 Weeks
Uptime: Building Resilient Services with Go
On The Idea of a Golang 'Marketplace'
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
go-fuzz: Randomized Testing for Go
A coverage-guided fuzzing solution for testing of Go packages.
Cuckoo Filter: Like Bloom Filters, But Better
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.
有疑问加站长微信联系(非本文作者)
