Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Merged (0.14 sec)

  1. doc/go_spec.html

    for strings, and <code>nil</code> for pointers, functions, interfaces, slices, channels, and maps.
    This initialization is done recursively, so for instance each element of an
    array of structs will have its fields zeroed if no value is specified.
    </p>
    <p>
    These two simple declarations are equivalent:
    </p>
    
    <pre>
    var i int
    var i int = 0
    </pre>
    
    <p>
    After
    </p>
    
    <pre>
    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