Go Recipes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 45: Line 45:


=Sleeping=
=Sleeping=
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Go_Package_time#time.Sleep.28.29|sleep]]
</blockquote>


=Conventions and Idioms=
=Conventions and Idioms=


* Name factory functions <tt>New</tt>.
* Name factory functions <tt>New</tt>.

Revision as of 19:18, 20 April 2016

Internal

Files

Network

  • RPC - Introducing Go page 89

Command Line Parsing

Go Command Line Parsing

Concurrency

Logging

Changing the Logging Device

Sleeping

sleep

Conventions and Idioms

  • Name factory functions New.