Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Content (0.16 sec)

  1. api/go1.16.txt

    pkg os, type FileInfo = fs.FileInfo
    pkg os, type FileMode = fs.FileMode
    pkg os, type PathError = fs.PathError
    pkg os, var ErrProcessDone error
    pkg os/signal, func NotifyContext(context.Context, ...os.Signal) (context.Context, context.CancelFunc)
    pkg path/filepath, func WalkDir(string, fs.WalkDirFunc) error
    pkg runtime/metrics, const KindBad = 0
    pkg runtime/metrics, const KindBad ValueKind
    pkg runtime/metrics, const KindFloat64 = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. doc/go_spec.html

    function and method <a href="#Calls">calls</a> and
    <a href="#Receive_operator">receive operations</a>
    can appear in statement context. Such statements may be parenthesized.
    </p>
    
    <pre class="ebnf">
    ExpressionStmt = Expression .
    </pre>
    
    <p>
    The following built-in functions are not permitted in statement context:
    </p>
    
    <pre>
    append cap complex imag len make new real
    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