FEATURED
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”
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
有疑问加站长微信联系(非本文作者)
