Go最新资料汇总(八十六)

polaris · 2016-12-03 13:27:30 · 3830 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2016-12-03 13:27:30 的主题,其中的信息可能已经有所发展或是发生改变。

Go 1.8 Beta 1 Released
Now’s a great time to get playing with Go 1.8 ahead of its official release. The draft release notes show what’s new.

Implementing Binary Search Iteratively with Go
How to implement an iterative (without recursion) binary search that can find a number in a sorted list of numbers using Go.

DigitalOcean Releases go-qemu and go-libvirt
DigitalOcean uses QEMU to provide VMs on bare metal servers. go-qemu and go-libvirt are Go packages that provide a way to manage QEMU instances and communicate with them.

Halftoning with Go
A fun tutorial looking at how to take a photo and create a monochrome half-toned effect purely in Go.

Introducing gobpf: Using eBPF from Go
eBPF is a virtual machine included in the Linux kernel that can be used for tracing kernel functions, networking activities, etc.

Sybil: A Fast and Simple NoSQL OLAP Written in Go
An append only analytics datastore with no up front table schema requirements. Designed for fast full table scans of multi-dimensional data on a single machine.

Archiver 2.0: Create and Extract Archives from Go
Supports .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, and .rar (extract-only) formats.

Proposal to Delete the /r/golang Subreddit
Last week there was a controversial proposal to delete, or at least officially dissociate, from Reddit due to recent actions by its CEO. This led to a lot of debate on Reddit itself.

IN BRIEF

Announcing Go 1.7 Support for Amazon Linux

Go Tips You Might Not Know
This post is for 1st day of Go Advent Calendar (3).

How to Use go:generate
go generate was added in Go 1.4 “to automate the running of tools to generate source code before compilation.”

Value Conversions, Assignments and Comparisons
“all the the value assignment, conversion and comparison rules in Go”

Building a Slack Bot in Go

Accept Interfaces, Return Structs
Why you should write your packages to accept interfaces and return structs.

GoAppMonitor: Go App Performance Data Monitoring Tool

go-bluetooth: Go Bluetooth Client Based on bluez DBus Interfaces

redis-healthy: Periodically Get Metrics from Redis and Send to Logstash

masterkey: Secure Interactive Password Manager using NACL and Go

Gru: A Simple Orchestration Framework Written in Go


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

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

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