Golang 最新资料汇总(五)

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

The State of Go: Where We Are in February 2015
An update on all things Go from core team member Andrew Gerrand, including the transition to Git, why they don’t accept pull requests, what’s going on with Go 1.5, the community, and more.

Interactive Go to x86 Assembly Language Viewer
Write Go code on the left, see the x86 assembly on the right. Use the ‘colourise’ button to get a feel for how each line of Go relates to the output.

Go 1.4.2 Released: A Minor Bugfix Point Release
Includes some bug fixes to the go command, the compiler and link, and a few packages.

Top 8 Usage Scenarios for Log Management
Whether you are troubleshooting site issues or monitoring external services, managing and centralizing logs is important for your site’s success…and your sanity. Discover 8 usage scenarios for log management and how this fits in your WebOps toolkit.

A 50 Minute Go Tour and Tutorial
Aimed at beginners or anyone who fancies a refresher, this video whips through variables, data types, operators, closures, functions, and more in just 50 minutes. (Redditors suggest the section on channels is not so good, however, so caveat emptor.)

Deploying Go applications to Azure Websites
Through the recently released HttpPlatformHandler, Azure Websites (and, indeed, IIS generally) can host any HTTP-based application, including those written in Go.

Reducing Allocations in Go Code
A look at some approaches to reducing memory allocations in performance sensitive Go code.

Go Escape Analysis Flaws
Escape analysis detects objects that can be allocated on the stack rather than heap, but sometimes it doesn’t work well.

IN BRIEF

GopherChina: April 25-26 in Shanghai
Loving the Chinese take on the Go gopher.

The Ardan Labs 3 Day Go Bootcamp
Coming to Denver, SF, Boston, NYC, Houston, GopherCon, and Chicago.

Securing HTTP Handlers in Go

Testing HTTP Caching in Go

An Interview with Gopher Andrew Gerrand

Go Static Analysis Tools

Agouti 2.0: A WebDriver / Acceptance Testing Framework for Go

Mack: A Go Wrapper for AppleScript
Lets you do things like trigger OS X desktop notifications and system sounds from Go.

BoomFilters: Probabilistic Data Structures for Unbounded Streams
Not a typo of ‘bloom’ filters, but does include implementations of some.

Gohort: A Simple URL Shortner

picfit: An Image Resizing Server Written in Go

websocketd: Think CGI, but for WebSockets
websocketd provides an easy way for programs in any language to work with WebSockets.

Gogs: A Self-Hosted Git Service Written in Go
Think GitHub-lite.

Fog Creek Catches the Go Bug; Open Sources 2 Libraries
‘Mini’ is a simple ini configuration file parser and ‘logging’ is a logger that supports tagged logging.


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

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

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