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

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

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

Pkg/errors 0.7.0 Released

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.


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

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

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