These are my ramblings, notes and mostly links to useful Go stuff while I am learning the language. (https://github.com/neechbear/gofoo).
upw
smaller binary sizesgovend
is a simple tool to vendor Go package dependencies. It's like go get
, but for vendoring external or third party packages// Writer that discards writes to a black hole of oblivion.
ioutil.Discard