Go Recipes

From NovaOrdis Knowledge Base
Revision as of 18:45, 31 March 2016 by Ovidiu (talk | contribs) (→‎Recipes)
Jump to navigation Jump to search

Internal

Recipes

TODO

  • How to quickly (and idiomatically) assemble primitive in strings to be reported at stdout? In Java I used implicit conversion to String and + operator.