Web Development 1 min read 123 words

List of Go resources of the week

ES
List of Go resources of the week

The first one is the very simple, but not limited, Go interface system.

How to use interfaces in Go

The second, no less important, making it clear and showing C# vs Go code.

Statements are statements, and expressions are expressions (in Go)

As always, we’ll need some debugging:

Scheduler Tracing In Go

A project, green, but promising, for (among other things) distributed execution:

hyflow-go: A geo-replicated, main-memory, highly consistent datastore

Hyflow-go uses an implementation of the Paxos algorithm (E-Paxos).

E-Paxos (in Go)

(Edited) I was missing one: How to optimize (or how they optimized) a process in Go at Cloudflare, going from 3,000 requests/second to 480,000 requests/second. Video.

Optimizing Go: from 3K requests/sec to 480K requests/sec

Image: Gopher by Ingrid Taylar, on Flickr

Tags