## FEATURED
[Go 1.8 Beta 1 Released](https://golang.org/dl/?utm_source=studygolang&utm_medium=email#go1.8beta1)
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](http://www.calhoun.io/lets-learn-algorithms-implementing-binary-search/?utm_source=studygolang&utm_medium=email)
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](https://www.digitalocean.com/company/blog/introducing-go-qemu-and-go-libvirt/?utm_source=studygolang&utm_medium=email)
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](https://maxhalford.github.io/blog/halftoning-1/?utm_source=studygolang&utm_medium=email)
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](https://kinvolk.io/blog/2016/11/introducing-gobpf---using-ebpf-from-go/?utm_source=studygolang&utm_medium=email)
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](https://github.com/logv/sybil?utm_source=studygolang&utm_medium=email)
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](https://github.com/mholt/archiver/tree/v2.0?utm_source=studygolang&utm_medium=email)
Supports .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, and .rar (extract-only) formats.
[Proposal to Delete the /r/golang Subreddit](https://groups.google.com/d/msg/golang-nuts/XoOhzUClDPs/jgSWxng7CAAJ?utm_source=studygolang&utm_medium=email)
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](https://lambda-linux.io/blog/2016/11/25/node-js-6-lts-and-golang-17-support-for-amazon-linux/?utm_source=studygolang&utm_medium=email)
[Go Tips You Might Not Know](https://medium.com/@haya14busa/golang-tips-you-might-not-know-1c90e6921a3?utm_source=studygolang&utm_medium=email)
This post is for 1st day of [Go Advent Calendar (3)](http://qiita.com/advent-calendar/2016/go3).
[How to Use go:generate](https://blog.carlmjohnson.net/post/2016-11-27-how-to-use-go-generate/?utm_source=studygolang&utm_medium=email)
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](http://www.tapirgames.com/blog/golang-conversions-assignments-and-comparisons?utm_source=studygolang&utm_medium=email)
“all the the value assignment, conversion and comparison rules in Go”
[Building a Slack Bot in Go](https://www.linkedin.com/pulse/building-slack-bot-golang-chris-ng?utm_source=studygolang&utm_medium=email)
[Accept Interfaces, Return Structs](http://idiomaticgo.com/post/best-practice/accept-interfaces-return-structs/?utm_source=studygolang&utm_medium=email)
Why you should write your packages to accept interfaces and return structs.
[GoAppMonitor: Go App Performance Data Monitoring Tool](https://github.com/wgliang/goappmonitor?utm_source=studygolang&utm_medium=email)
[go-bluetooth: Go Bluetooth Client Based on bluez DBus Interfaces](https://github.com/muka/go-bluetooth/?utm_source=studygolang&utm_medium=email)
[redis-healthy: Periodically Get Metrics from Redis and Send to Logstash](https://github.com/globocom/redis-healthy?utm_source=studygolang&utm_medium=email)
[masterkey: Secure Interactive Password Manager using NACL and Go](https://github.com/johnathanhowell/masterkey?utm_source=studygolang&utm_medium=email)
[Gru: A Simple Orchestration Framework Written in Go](https://github.com/dnaeon/gru?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)