FEATURED
goqu: An Expressive SQL Builder and Query Library
Aims to make the generation of SQL easy, provides a DSL for the most common SQL expressions, and has a simple query API too.
Go: How I Start
A ‘from scratch’ look at beginning to use Go and how Peter Bourgon, a Go evangelist and engineer at SoundCloud, likes to get a Go project started.
30 Videos from GopherConIndia 2015
GopherConIndia was a single track Go conference in India that took place last month. Many videos are available, some of which we’ll link separately in the next few issues.
Introducing the first ops platform for developers
Performance metrics, error logging, release tracking and mobile alerts in one killer tool. When an error happens, Opbeat will show you the code that is breaking, who wrote it, and how it is affecting performance. Experimental Go support. Go Newsletter readers get $100 credit.
Longest Common Subsequence (LCS) in Go
A look at implementing an algorithm to solve a common computer science problem in Go.
Debugging Go in GDB
A quick tutorial on debugging a simple Go program using the popular GNU debugger.
Go Developers Talk Shop at GopherConIndia 2015
A 40 minute discussion between William Kennedy, Julia Poladksy, Francesc Campoy Flores, Verónica López, and Satish Talim, organizer of GopherConIndia.
Go and the Modern Enterprise
At the London Go Gathering 2015, Peter Bourgon spoke about Go’s place in the ‘modern enterprise’ and introduced the gokit distributed programming toolkit.
Go 1.5 Concurrent Garbage Collector Pacing
Prior to Go 1.5, Go has used a parallel stop-the-world (STW) collector but 1.5 introduces a concurrent collector. This document looks at how to ‘pace’ the GC to both be effective and CPU efficient.
IN BRIEF
Practical Tips for Creating a Go Package Successfully
Also written in a shorter note form.
Raytracing in Go
Guillaume presents some examples of pictures from projects in his first year at the European Institute of Technology.
Genex: A Regular Expression 'Expander'
Give Genex a regular expression and it’ll spit out the possible strings it could match.
Decimal: An Arbitrary-Precision Fixed-point Decimal Library
RelayR: Simple Real-Time Web Communication APIs for Go
bongo: A Go ODM (Object Document Mapper) for MongoDB
Algernon: HTTP/2 Web Server That Can Serve Markdown and Lua Scripts
go-thumber: A Dynamic JPEG Thumbnailing Proxy
gocassa: A High Level Cassandra Library in Go, on top of gocql
Elastic: An Elasticsearch client for the Go programming language
有疑问加站长微信联系(非本文作者)
