Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for IdentifierList (0.05 seconds)

  1. doc/go_spec.html

    name and a type. Field names may be specified explicitly (IdentifierList) or
    implicitly (EmbeddedField).
    Within a struct, non-<a href="#Blank_identifier">blank</a> field names must
    be <a href="#Uniqueness_of_identifiers">unique</a>.
    </p>
    
    <pre class="ebnf">
    StructType    = "struct" "{" { FieldDecl ";" } "}" .
    FieldDecl     = (IdentifierList Type | EmbeddedField) [ Tag ] .
    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