Go Recipes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Go")
 
No edit summary
Line 2: Line 2:


* [[Go#Subjects|Go]]
* [[Go#Subjects|Go]]
* Reading a file with <tt>[[os]]</tt> primitives: 
* Readinga  file with <tt>[[io/ioutil]]</tt>primitives:

Revision as of 04:29, 31 March 2016

Internal


  • Reading a file with os primitives:
  • Readinga file with io/ioutilprimitives: