Go最新资料汇总(十七)

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

## FEATURED [Testable Examples in Go](http://blog.golang.org/examples) Godoc examples are a great way to have executable documentation for a package. This tutorial explains how to write your own example functions. [Seven5: An Opinionated Go-Only Web App Toolkit with Epic Tutorial](http://seven5.github.io/) An interesting and highly opinionated (for example, content can only be generated statically, at compile time, or on the client-side) Web framework that uses a lengthy tutorial to get you involved. [Using Go at The New York Times](https://www.youtube.com/watch?v=bAQ9ShmXYLY) JP Robinson, a senior software engineer at The New York Times, walks through how his team has come to adopt Go for almost all back end development. [Introducing 'gb': A Project Based Build Tool for Go](http://dave.cheney.net/2015/05/12/introducing-gb) We mentioned [this project](http://getgb.io/) last week, but now its creator has written up about the motivations behind it. [Comments Are Not Directives](https://news.ycombinator.com/item?id=9522973) A Go developer argues against the idea of using comments as directives in Go 1.4: “[..] if Go needs some kind of annotation, there should be a new syntax for it.” ## IN BRIEF [Sorting 5x Faster with Go: How It's Possible, What Didn't Work So Well, and What I Learned](https://gist.github.com/twotwotwo/2eb69d8b30ac8e08d37a) [Writing a Lexer and Parser in Go - Part 2](http://adampresley.com/2015/05/12/writing-a-lexer-and-parser-in-go-part-2.html) [Why I Like Go’s Interfaces](http://theburningmonk.com/2015/05/why-i-like-golang-interfaces/) [Golang Cross Compiler on Heroku (with Docker)](http://deeeet.com/writing/2015/05/11/gox-server/) [Machinery: Async Task/Job Queue based on Distributed Message Passing](https://github.com/RichardKnop/machinery) Tasks are executed concurrently either by many workers on many servers or multiple worker processes on a single server using Go coroutines. [GoMk: An Opinionated Makefile for Go Projects](https://github.com/hgfischer/gomk) [go-sqlite3: SQLite3 Driver for Go using the database/sql Interface](https://github.com/mattn/go-sqlite3) [odf: Open Document Format (ODF) Generator Library for Go](https://github.com/kpmy/odf) [dynamiq: A Simple Implementation of A Queue On Top of Riak](https://github.com/Tapjoy/dynamiq)

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

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

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