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

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

Performance Without The Event Loop
A look at how Go helps programmers write highly scalable network servers, without having to worry about thread management or blocking I/O.

Dropbox Uses Go For Its Entire Infrastructure Service Layer
Basically just a string of tweets from a Dropbox engineer showing how much Dropbox uses Go (“10s of thousands of servers running millions of hits per second.”) before encouraging people to go work there.

Using the gdb Debugger with Go
The gdb debugger allows you to inspect your compiled binaries, get backtraces on the fly, skip code, add breakpoints, and more.

Gockerize: Packages Static Golang Binaries Into Docker Containers
A tool to automate building statically linked binaries and packaging them into minimal Docker containers.

kala: A Modern Job Scheduler Written in Go
Has a simple language agnostic JSON over HTTP API and uses BoltDB as a backend. Currently just an alpha.

accounting: Money and Currency Formatting for Go
Supports different levels of precision, numeric separators, formats, type conversion.

IN BRIEF

Mutule: A Steam Greenlight Game Written in Go
You can’t download it yet but someone’s trying to release a game on Steam that was built in Go using the Vu 3D engine.

How to Cross Compile Go Programs using Docker

Using Postgres in Go

How to Vendor Go Dependencies with Docker

Goroutines Error Handling

Embedding A JavaScript-based Polymer App in a Go Binary

How to Securely Provide a Zip Download of a S3 File Bundle

Real-time Image Resizing as a Service
Resize, crop, and process images at scale and in real-time with imgix. Get up to speed quickly with the community-built Go package.

Experiences using Go as a Teaching Language with Young Programmers

onion: Layer Based Configuration for Go

Leaps: A Collaborative Text Editing Service Written in Go
Uses operational transforms to ensure zero-collision sync across any number of editing clients.

lambda_proc: Running A Companion Process to An AWS Lambda Function in Go


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

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

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