summaryrefslogtreecommitdiff
path: root/doc/progs/sortmain.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-69/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+69
2011-09-13Imported Upstream version 60Ondřej Surý1-69/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-2/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+1
2010-03-30single argument panicRuss Cox1-10/+10
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
2009-12-16update tutorial.Rob Pike1-28/+28
R=rsc CC=golang-dev http://codereview.appspot.com/179063
2009-11-01fixups in the tutorialRob Pike1-3/+3
also add a section about compiling programs because some found it surprising not to have one R=rsc CC=go-dev http://go/go-review/1018011
2009-10-13Automated g4 rollback of changelist 35383.Rob Pike1-24/+18
*** 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-18/+24
that have not changed since I applied gofmt. R=gri DELTA=456 (77 added, 3 deleted, 376 changed) OCL=35378 CL=35383
2009-09-15last round: non-package codeRuss Cox1-1/+1
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+1
R=r DELTA=112 (6 added, 57 deleted, 49 changed) OCL=34610 CL=34610
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike1-3/+6
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-11/+11
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-11/+11
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-15casify tutorial examplesRob Pike1-15/+15
will bring document in line in a later CL, which may include revisiting some of the names R=rsc DELTA=58 (0 added, 0 deleted, 58 changed) OCL=22906 CL=22908
2009-01-09update tutorial to new language.Rob Pike1-16/+16
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
2008-09-15develop interfaces through catsRob Pike1-0/+66
sort 2,3,5 R=gri DELTA=648 (647 added, 0 deleted, 1 changed) OCL=15315 CL=15352