FEATURED
goque: Persistent Stacks and Queues Backed by LevelDB
Provides stack (LIFO), queue (FIFO) and priority queue structures, all stored in Go’s LevelDB port so they can scale beyond available memory.
Go Code Usage Examples in Your Editor, As You Type
An interesting new tool that you can install in Sublime Text or Vim that lets you get live-updating usage examples from GitHub for the code you’re currently editing.
Managing Syscall Overhead with crypto/rand
Examining techniques to bypass the overhead of generating random numbers in a Go program.
Go Python Go What’s the easiest way to speed up your Python server? By handling the requests with Go. See how Andrey Petrov did it (by using C in the middle). Read More.
go-dexec: Like Go's 'os/exec' Package but for Docker
Run processes, but inside Docker containers. The docs boast you can “off-load computationally expensive parts of your program to a remote fleet of Docker engines.” There’s also an introductory blog post.
gron: Like Cron Jobs, but within Go
Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly.
Service Autodiscovery in Go with Sleuth
This tutorial outlines how to author microservices in Go that can discover each other as peers on a LAN without the need for an external service.
IN BRIEF
Ultimate Go, a 2 Day Go Class in Berlin (June 25-26)
It’s run by Bill Kennedy, perhaps the most prolific and well-travelled Go trainer out there.
Buford v0.7.0: Apple Push Notifications for Go 1.6 and HTTP/2
Can now send multiple notifications concurrently, so is much faster.
How to Do Google Sign-in with OAuth and Go
Cleaning up Parallel Tests in Go 1.7
Go Tips and Tricks to Crack Competitive Programming
A Few Advanced Go Tips And Tricks
How I Learned To Quit Worrying And Love Go’s Interfaces
PlaneBoard: Read Your Tweets on the Go via DNS TXT Records
Sleuth: Go Library for P2P Autodiscovery and RPC Between HTTP Services
wisemonk: A Bot to Move Conversations from Slack to Discourse
Detects if people are chatting too much.
Mmock: HTTP Mocking App for Testing and Fast Prototyping
fuzzy-dns: A Simple DNS Server to Tolerate Typos in Subdomains
Another DNS related project built for fun.
Pool: Consumer Pools for Easier Goroutine Handling
Gin: A Performance-Focused HTTP Web Framework
Not new but worth revisiting.
Party Parrot for Your Terminal
If you don’t know what party parrot is, this might not help.
有疑问加站长微信联系(非本文作者)
