Go New()

From NovaOrdis Knowledge Base
Revision as of 21:22, 26 September 2023 by Ovidiu (talk | contribs) (Created page with "=Internal= * Go Language =Overview= <code>New()</code> is often a good name for a function belonging to short packages where...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

New() is often a good name for a function belonging to short packages where just one type is being created.