Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Holley (0.17 sec)

  1. doc/go1.17_spec.html

    the importing and imported package.
    It is illegal for a package to import itself, directly or indirectly,
    or to directly import a package without
    referring to any of its exported identifiers. To import a package solely for
    its side-effects (initialization), use the <a href="#Blank_identifier">blank</a>
    identifier as explicit package name:
    </p>
    
    <pre>
    import _ "lib/math"
    </pre>
    
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top