golang

24th January 2018 at 6:50pm
Bookmarks Go TechnicalNotes TechnologyBookmarks

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


Related