1
0
mirror of https://github.com/golang/go synced 2024-11-25 01:57:56 -07:00
The Go programming language
Go to file
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
doc Updated spec: 2008-09-19 15:49:55 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src export an os.Error constructor 2008-09-19 15:23:16 -07:00
test Check for specific error messages in the testsuite. This 2008-09-19 14:39:49 -07:00
usr/gri - simplified parser by better factoring 2008-09-19 12:12:28 -07:00