Go Recipes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


* Reading a file with <tt>[[os]]</tt> primitives:   
* Reading a file with <tt>[[os]]</tt> primitives:   
* Readinga  file with <tt>[[io/ioutil]]</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/ioutil primitives: