go

20th March 2017 at 2:04pm

These are my ramblings, notes and mostly links to useful Go stuff while I am learning the language. (https://github.com/neechbear/gofoo).

General Help

IDE & Editor Integration

Source Control

Unit Testing & Coverage

Databases

Publishing & Packaging

Useful Packages

UI

Logging

IO & RPC

// Writer that discards writes to a black hole of oblivion.
ioutil.Discard

Hardware

Interesting