Go Recipes: Difference between revisions

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


<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
* TCP client and server<tt>[[Go Package os|os]]</tt> primitives:  [https://github.com/NovaOrdis/playground/blob/master/go/files/read-file.go playground/go/files/read-file.go]  
* TCP client and server with <tt>[[Go Package net|net]]</tt> primitives:  [https://github.com/NovaOrdis/playground/blob/master/go/net playground/go/net]  
</blockquote>
</blockquote>

Revision as of 22:49, 1 April 2016

Internal

Recipes

Files

Network