• Robert Griesemer's avatar
    Proposal for new function type syntax as suggested by ken: · 7231ceb7
    Robert Griesemer authored
    - removed "func" from function type
    - make it work by changing composite literal syntax to use {} instead of ()
    
    FunctionType is now more in line with the rest of the declarations, as the
    keyword "func" is now really part of the declaration and not part of the type.
    
    R=r,ken
    DELTA=49  (14 added, 12 deleted, 23 changed)
    OCL=14864
    CL=14955
    7231ceb7
go_spec.txt 77.4 KB