summaryrefslogtreecommitdiff
path: root/doc/progs/strings.go
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+0
2009-12-16update tutorial.Rob Pike1-4/+4
R=rsc CC=golang-dev http://codereview.appspot.com/179063
2009-10-13Automated g4 rollback of changelist 35383.Rob Pike1-3/+1
*** Reason for rollback *** roll back the changes to the tutorial programs (only) since they break the automated processing used to create the tutorial. *** Original change description *** apply gofmt to the LGTM-marked files from 34501 that have not changed since I applied gofmt. R=rsc DELTA=139 (0 added, 44 deleted, 95 changed) OCL=35670 CL=35670
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-1/+3
that have not changed since I applied gofmt. R=gri DELTA=456 (77 added, 3 deleted, 376 changed) OCL=35378 CL=35383
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+2
R=r OCL=28569 CL=28573
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike1-1/+3
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
2008-09-11add sections about types and constantsRob Pike1-0/+13
R=gri DELTA=133 (124 added, 0 deleted, 9 changed) OCL=15122 CL=15143