<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of February 9, 2013",
+ "Subtitle": "Version of February 11, 2013",
"Path": "/ref/spec"
}-->
</pre>
<p>
defined in its source.
-A package may contain multiple
-<code>init</code> functions, even
+A package-scope or file-scope identifier
+with name <code>init</code> may only be
+declared to be a function with this signature.
+Multiple such functions may be defined, even
within a single source file; they execute
in unspecified order.
</p>