Go最新资料汇总(四十一)

polaris · 2015-11-24 09:48:48 · 4030 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2015-11-24 09:48:48 的主题,其中的信息可能已经有所发展或是发生改变。

The Legacy of Go
A write up of a talk by Dave Cheney about how Go might be seen retrospectively in the future before concluding that we all still have a role to play in Go’s future.

Writing Unit Tests for your net/http Handlers
A 5 minute screencast that demonstrates two ways to test a simple Go API server that proxies the GitHub API using go-github.

Oden: A Lisp-Like Language That Compiles to Go
A Lisp-inspired language with static typing that compiles to native code using Go. I think Go is a great target for experiments like this and hope to see more.. psst, a Ruby-esque language compiled down to Go maybe..?

Go Support for Visual Studio Code An extension for Microsoft’s free (and just open sourced) code editor that adds rich Go support.

Go on ARM
Some documentation on support for Go on ARM. Go is now fully supported on Linux and Darwin using ARMv5 and above (or, for Go 1.5, ARMv8).

uiprogress: Render Progress Bars in Terminal Apps
A Go library that provides a simple API for rendering textual progress bars. Example: 3s [=======>-------] 50%

Fako: Struct Faker for Go
Intended to fake Golang structs with fake but coherent data, Fako maps struct field tags and generates fake data accordingly.

Using Go and Python NLTK for News Analysis
A 20 minute GothamGo talk by JP Robinson of the New York Times on the obstacles they overcame to rewrite a core part of a news delivery platform in Go.

IN BRIEF

Would You Like to See A Regional GopherCon Next Year?

Open Sourcing Statsgod, a Go StatsD Implementation
Statsgod is a metric aggregation service inspired by the statsd project (which is written in Node).

Are You Using Go for Big Data? Google Wants To Know

Very Basic Concurrency for Beginners in Go

Write Your First Golang App Server On Bluemix

Vendoring Your Dependencies in Go

Developing a Real Time Advertising Bidder in Go

Let’s Talk About Logging

Best Practices for a New Go Developer

libmill: Go-Style Concurrency in C
If you work with C but prefer Go, you might like this.

BuoyBot: A SF Buoy Twitter Bot, Written in Go

Goa: Framework for Building RESTful APIs in Go

negotiator: A Content Negotiation Package for Webapps

uitable: Represent Data as Tables in Terminal Apps

gcm: Google Cloud Messaging for Application Servers
A new fork, due to the original not being updated in over a year.

go-oauth2-server: OAuth2 Server Implementation for Go

go-drain: Connect Readers and Writers with String Channels

Wednesday Pop Quiz: Spot The Race


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

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

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