1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:14:47 -07:00
go/doc
Robert Griesemer a329471ced A first attempt to capture the type changes.
Instead of trying to make open arrays look like arrays (which they aren't,
they just look like them), I decided to call them "slice types". As a result
they have value semantics, and one can really talk about what they really are.

Note:
- There are lots of missing details
- There are probably lots of mistakes

Looking for some initial feedback.

R=r
DELTA=444  (180 added, 189 deleted, 75 changed)
OCL=21769
CL=22020
2009-01-05 11:17:26 -08:00
..
progs fix some typos, mostly 2008-09-29 20:06:48 -07:00
candl.txt Add description of how compiling and linking handle dependencies. 2008-04-15 16:43:06 -07:00
go_spec.txt A first attempt to capture the type changes. 2009-01-05 11:17:26 -08:00
go_tutorial.txt fix some typos, mostly 2008-09-29 20:06:48 -07:00
prog.sh - stub for tutorial 2008-09-10 11:46:05 -07:00