Descriptiontext/template: add 'nil' as a keyword in the language
The keyword reprents an untyped nil and is useful for
passing nil values to methods and functions. The
nil will be promoted to the appropriate type when
used; if a type cannot be assigned, an error results.
Patch Set 1 #
Total comments: 6
Patch Set 2 : diff -r d3dd48c73d6d https://code.google.com/p/go/ #Patch Set 3 : diff -r d3dd48c73d6d https://code.google.com/p/go/ #Patch Set 4 : diff -r 87e3318f6a52 https://code.google.com/p/go/ #
MessagesTotal messages: 7
|