]> Cypherpunks repositories - gostls13.git/commit
update tutorial to new language.
authorRob Pike <r@golang.org>
Fri, 9 Jan 2009 23:16:31 +0000 (15:16 -0800)
committerRob Pike <r@golang.org>
Fri, 9 Jan 2009 23:16:31 +0000 (15:16 -0800)
commit40d5435278e4c7de42c7067244df03be0befc5d6
tree64f4931996e82c6dff92d3c7647814b7c43469b3
parentdfc3e52310dfe43534a9522b6ef4c870f76bd7d6
update tutorial to new language.
add a section on printing
add a section on allocation

R=rsc
DELTA=500  (278 added, 15 deleted, 207 changed)
OCL=22381
CL=22456
16 files changed:
doc/go_tutorial.txt
doc/prog.sh
doc/progs/cat.go
doc/progs/cat_rot13.go
doc/progs/echo.go
doc/progs/fd.go
doc/progs/helloworld2.go
doc/progs/helloworld3.go
doc/progs/print.go [new file with mode: 0644]
doc/progs/print_string.go [new file with mode: 0644]
doc/progs/printf.go [new file with mode: 0644]
doc/progs/run
doc/progs/server.go
doc/progs/sort.go
doc/progs/sortmain.go
doc/progs/sum.go