summaryrefslogtreecommitdiff
path: root/doc/progs/cat_rot13.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-08move things out of sys into os and runtimeRuss Cox1-2/+2
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-2/+2
2009-04-15code changes for array conversion.Russ Cox1-1/+1
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike1-3/+4
2009-03-16change the tutorial to use File, file rather than FD, fd.Rob Pike1-7/+7
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
2009-01-20update tutorial for new export schemeRob Pike1-1/+1
2009-01-16casify, cleanup sysRuss Cox1-2/+2
2009-01-15casify tutorial examplesRob Pike1-10/+10
2009-01-09update tutorial to new language.Rob Pike1-26/+24
2009-01-06make the tutorial programs run again.Rob Pike1-4/+4
2008-09-16replace 235 with sieve - less problematicRob Pike1-3/+2
2008-09-15develop interfaces through catsRob Pike1-0/+91