Go on the PlayStation 2 — If you like tinkering with consoles and shoe-horning Go into new (or old?) environments, this post is for you. It involves TinyGo, C, and a lot of trial and error.
Ricardo Gomes da Silva
|
How and Why PlanetScale Built a VM in Go — PlanetScale is a well known cloud based MySQL host that uses the Go-powered Vitess MySQL scaler. This article covers the tale of building a virtual machine in Go to work with the SQL ASTs produced by their SQL parser and how it’s as fast (or sometimes faster) as MySQL’s own C++ approach.
Vicent Martí (PlanetScale)
|
The Right Way to Do Data Fixtures in Go — If you don’t have a strategy for data fixtures from the start, problems can show up in ways that make testing brittle. Here are some tips to get started on the right foot and prevent the need to fix your fixtures later.
Brandur Leach
|
-
☎︎ phonenumbers 1.6 – Go port of Google's libphonenumber library for parsing and validating phone numbers.
-
GoCV 0.41 – Bindings for the OpenCV computer vision library.
-
Freeze 0.2 – Generate images of code and terminal output.
-
FrankenPHP 1.5 – Modern Go-powered PHP app server.
-
Gonum 0.16 – A set of numeric libraries for Go.
-
Pond 2.3 – Minimalistic goroutine worker pool.
|
|