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

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

Go 1.4.3 Released: A Security Fix Release
If you’re running Go 1.5, ignore this, but if you’re on the 1.4 branch this is an important security update for any programs using net/http to proxy HTTP requests.

On Go, Portability, and System Interfaces
Avoid making system calls directly from Go if you can use higher level interfaces or cgo to access standard functions in the C library.

Readline: A Pure Go Implementation of a libreadline-style Library
The goal is to support most of GNU Readline’s features, although it’s not a clone.

Go Performance Tips
“some advice and notes I wish I had when writing Go to deal with high amounts of requests”

Traefik: A Modern HTTP Reverse Proxy and Load Balancer
Made to deploy microservices easily. Supports several backends for automatic and dynamic configuration (including Docker, Mesos, and Etcd).

Go Will Dominate the Next Decade
An intense and hyperbolic opinion piece that stresses Go’s importance in the future. He has a few good points though, and hopefully he’s right. HN readers weren't fans though.

IN BRIEF

net/http2 Package Now a Part of the Main Go Project

Killing A Child Process and All of Its Children in Go

nil Structs Can Just Be A Collection of Methods

Rails, ElasticSearch and Go – Merry Go Round
A look at how Go was used as an alternative to Ruby for importing spreadsheet entries into ElasticSearch.

Real-time Performance Monitoring at Any Scale
Submit custom metrics from your Go apps using the ExpVars library. Begin your Datadog trial today.

Go-Package-Store: Displays Updates for The Go Packages in Your GOPATH

R Graphs via Golang API
Roger allows the use of the scientific programming language R from Go.

Gopei (Go Programming Environment Installer) for Ubuntu
Simple Go compiler and LiteIDE installer for Ubuntu.

Pkg Critic: A Tool Combining Search Results from GoDoc API and GitHub Stats

sift: A Fast and Powerful Alternative to Grep

GoWeather: Simple Command Line Weather App Written in Go
Uses openweathermap’s data. More an example of a simple, single file Go command line app than anything.

go-exit: The Exit Strategy for Your Go Routines
Helps to end the go routines in your program and collects potential errors.

vtclean: Strips Terminal Escapes From Text (Can Preserve Color)

tftp.go: A Read-Only TFTP Server Implementation


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

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

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