Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Handling (0.04 seconds)

  1. doc/go_spec.html

    and returns a value of type <code>*S</code> containing the address
    of the variable.
    </p>
    
    <h3 id="Handling_panics">Handling panics</h3>
    
    <p> Two built-in functions, <code>panic</code> and <code>recover</code>,
    assist in reporting and handling <a href="#Run_time_panics">run-time panics</a>
    and program-defined error conditions.
    </p>
    
    <pre class="grammar">
    func panic(interface{})
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top