1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:40:22 -07:00
go/doc
Robert Griesemer b90b213e61 Updated spec:
- clarified constants and constant expressions
- clarified type of array composite literals (fixed vs open arrays)
- clarified type of map composite literals (need to use '&' to get
  a map pointer)
- added proposal for "if-else" (TBD)
- added TODO w/ respect to "x, ok = <-ch" (and for arrays)

R=r
DELTA=51  (35 added, 0 deleted, 16 changed)
OCL=15573
CL=15575
2008-09-19 15:49:55 -07:00
..
progs tutorial code: 2008-09-17 12:14:52 -07:00
candl.txt Add description of how compiling and linking handle dependencies. 2008-04-15 16:43:06 -07:00
go_spec.txt Updated spec: 2008-09-19 15:49:55 -07:00
go_tutorial.txt update to new communications syntax 2008-09-16 19:40:38 -07:00
prog.sh - stub for tutorial 2008-09-10 11:46:05 -07:00