Go最新资料汇总(二十七)

polaris · · 3656 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

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)

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3656 次点击  ∙  1 赞  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传