Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Program (8.78 sec)

  1. doc/go_spec.html

    arguments and returns no value.
    </p>
    
    <pre>
    func main() { … }
    </pre>
    
    <p>
    Program execution begins by <a href="#Program_initialization">initializing the program</a>
    and then invoking the function <code>main</code> in package <code>main</code>.
    When that function invocation returns, the program exits.
    It does not wait for other (non-<code>main</code>) goroutines to complete.
    </p>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top