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