Go最新资料汇总(九十一)

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

An Intro to Flow-Based Programming in Go
In flow-based programming, programs are modelled around messages flowing between ‘black box’ processes, and channels and goroutines can be used to pull it off in Go.

Breaking Go’s Automated Memory Management: Here’s What Happened The developers of a database encryption tool had to investigate, and fix, an interesting memory leak.

Configuring Go Apps with TOML
Digging into configuring Go apps using a simple, INI-like configuration language called TOML, as well as some related difficulties and pitfalls.

Pgx: A Pure Go Postgres Client Library
It supports many additional features beyond what’s available through database/sql and is designed to be used directly if you need to get the most out of Postgres from Go.

The First Go Program Yep, we’re going back to 2013 (and 2008) but if you weren’t around then, this tale of the first Go program, written in 2008, is a fun look back.

IN BRIEF

Writing An Interpreter In Go: The Paperback Edition

Implementing S3 Delta-Upload for static-aws-deploy

Exploring the 'exec' System Call with Go
Includes a story of an interesting use of syscall.Exec on Heroku at the end.

[eBook] The Ultimate Guide to Building Database-Driven Apps with Go
This book contains years of wisdom from experts & the fastest way to learn how to connect to a database with Go

How to Shuffle Arrays and Slices in Go

Text Classification with a Naive Bayes Classifier
Starts as a primer on text classification, ends with a Go example.

Tracing gRPC Calls in Go with Google Stackdriver

Linux, Netlink, and Go — Part 2: Generic Netlink

How to Setup Go 1.8 and gb on Fedora

You, Latency and Profiling

Rebecca: A README Generator for Go

kvnode: A LevelDB-Based Key/Value Server with Redis API Support

Syzkaller: An Unsupervised, Coverage-Guided Linux System Call Fuzzer

Faygo: Another Go Web Framework

HTTPLab: An 'Interactive' Web Server
Lets you inspect HTTP requests and forge responses.

Soup: Web Scraping Functions, Inspired by BeautifulSoup
Makes it easy to grab HTML pages, dig around the elements, and extract info.

go-alone: A Simple, High-Performance MAC Signer
A package that provides methods to create and verify MAC (Message Authentication Code) signatures.

Task: A Simple 'Make' Alternative

Floppy Gopher: A Flappy Bird Clone Written in Go
Uses the Go bindings for raylib.


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

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

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