summaryrefslogtreecommitdiff
path: root/doc/progs
AgeCommit message (Expand)AuthorFilesLines
2010-03-30single argument panicRuss Cox2-10/+12
2010-02-25doc: Use byte("...") over byte{...}Christopher Wedgwood1-1/+1
2009-12-16update tutorial.Rob Pike16-201/+207
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-4/+6
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-1/+1
2009-11-18make all.bash finish on FreeBSDRuss Cox1-1/+1
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike1-1/+1
2009-11-07tutorial fixesRuss Cox2-4/+4
2009-11-01fixups in the tutorialRob Pike5-14/+14
2009-10-14excise some internal references.Russ Cox1-1/+1
2009-10-13align the tutorial with the renaming of SortInterface.Rob Pike1-3/+3
2009-10-13Automated g4 rollback of changelist 35383.Rob Pike14-139/+95
2009-10-06another round of gofmt applicationsRuss Cox2-13/+13
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox12-82/+126
2009-09-15last round: non-package codeRuss Cox1-1/+1
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-2/+2
2009-08-13update tutorialRob Pike1-6/+6
2009-06-25Change os.Error convention:Russ Cox1-4/+16
2009-06-25add ./ to imports where necessaryRuss Cox3-3/+3
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-8/+15
2009-06-01update Go tree to use new syscall package.Russ Cox2-8/+8
2009-05-08move things out of sys into os and runtimeRuss Cox4-6/+8
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike2-6/+6
2009-04-15code changes for array conversion.Russ Cox3-3/+3
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike14-45/+42
2009-03-16change the tutorial to use File, file rather than FD, fd.Rob Pike6-84/+84
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox7-18/+18
2009-02-13convert composite literals from { } to ( ).Russ Cox7-18/+18
2009-01-30needless semicolonsRob Pike2-2/+2
2009-01-30update go code tree to new func rules.Russ Cox2-8/+8
2009-01-30rename variable at rsc's requestRob Pike2-4/+4
2009-01-30clean up server code in tutorialRob Pike3-13/+14
2009-01-20update tutorial for new export schemeRob Pike3-11/+11
2009-01-20delete exportRuss Cox2-15/+15
2009-01-16casify, cleanup sysRuss Cox3-5/+5
2009-01-16casify syscall and sequelaeRob Pike1-4/+4
2009-01-15casify tutorial examplesRob Pike8-58/+58
2009-01-15printf->Printf etc.Rob Pike3-7/+7
2009-01-14restore "os" identifier to keep consistent with text.Rob Pike1-1/+1
2009-01-09update tutorial to new language.Rob Pike14-136/+181
2009-01-09Use make instead of new to allocate a channel.Ian Lance Taylor1-2/+2
2009-01-06make the tutorial programs run again.Rob Pike9-34/+36
2008-09-29fix some typos, mostlyRob Pike1-1/+1
2008-09-17tutorial code:Rob Pike6-163/+69
2008-09-16update to new communications syntaxRob Pike4-12/+11
2008-09-16section on service multiplexingRob Pike3-6/+6
2008-09-16replace 235 with sieve - less problematicRob Pike5-3/+191
2008-09-15develop interfaces through catsRob Pike8-0/+436
2008-09-12next section: i/o package that has structs, methodsRob Pike2-0/+75
2008-09-11add sections about types and constantsRob Pike2-0/+32