summaryrefslogtreecommitdiff
path: root/doc/progs
Commit message (Expand)AuthorAgeFilesLines
* doc/progs: Add the usual Copyright notice.Olivier Duperray2012-01-231-0/+4
* doc/go1: flag, runtime, testingRob Pike2012-01-201-0/+19
* build: don't use a fixed filename in tempBrad Fitzpatrick2012-01-121-1/+1
* doc: trivial comment typo fixShenghou Ma2012-01-122-3/+3
* doc: only trim newlines in tmpltohtml, gofmt progsAndrew Gerrand2012-01-099-4/+19
* doc: add Slices: usage and internals articleAndrew Gerrand2012-01-062-0/+56
* doc/progs: test defer programsAndrew Gerrand2012-01-052-0/+13
* doc/progs/run: go1 prints output; fix testRob Pike2011-12-211-1/+1
* doc/go1: timeRob Pike2011-12-121-13/+29
* doc: add Error Handling articleAndrew Gerrand2011-12-135-0/+307
* doc/go1: the simpler package changesRob Pike2011-12-121-0/+26
* doc: remove file.go from run (fix windows build)Andrew Gerrand2011-12-121-1/+0
* doc: add Defer, Panic, and Recover articleAndrew Gerrand2011-12-123-18/+143
* doc/go1: the rest of the language changesRob Pike2011-12-091-1/+51
* doc/go1: most of the simple language changesRob Pike2011-12-081-0/+74
* doc/go1: map deletionRob Pike2011-12-072-0/+25
* doc: do not slice array literalRuss Cox2011-12-021-1/+2
* doc/progs: fix windows version to satisfy new errorAlex Brainman2011-11-141-17/+5
* syscall: use errorRuss Cox2011-11-131-17/+5
* tutorial: describe unidirectional channelsRob Pike2011-11-102-3/+3
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-2/+2
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-014-15/+15
* tutorial,effective_go: prepare for error changeRob Pike2011-11-012-4/+4
* ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Po?epko2011-10-141-3/+8
* doc/progs: fix windows/amd64Jaroslavas Po?epko2011-08-292-2/+2
* effective go: fix erroneous quoting of ampersands that cropped upRob Pike2011-08-231-2/+1
* effective go: extract and test a couple more examples.Rob Pike2011-08-223-0/+94
* effective_go: convert to use tmpltohtml.Rob Pike2011-08-212-0/+48
* doc/progs: gofmt -wMikio Hara2011-07-0913-60/+57
* windows: define and use syscall.HandleWei Guangjing2011-07-012-1/+95
* sort: change IntArray etc. to IntSlice for better name hygiene.Rob Pike2011-06-112-20/+20
* tutorial: replace the forever loops with finite counts in sieve programs.Rob Pike2011-04-272-2/+2
* tutorial: modernize the definition and use of Open.Rob Pike2011-04-184-4/+21
* doc/progs: make sure all programs compile and runRob Pike2011-01-312-3/+2
* docs: float->float64 plus a couple of other tweaks.Rob Pike2011-01-191-6/+6
* tutorial: make stdin, stdout, stderr work on Windows.Rob Pike2011-01-181-3/+3
* build: add a few missing --no-print-directoryRuss Cox2010-12-131-1/+1
* tutorial: a couple of minor fixes.Rob Pike2010-12-092-3/+3
* doc/tutorial: update for slice changes.Rob Pike2010-09-103-11/+11
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-301-7/+5
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* os: change the type of permissions argument for Open etc. to uint32.Rob Pike2010-08-041-4/+4
* single argument panicRuss Cox2010-03-302-10/+12
* doc: Use byte("...") over byte{...}Christopher Wedgwood2010-02-251-1/+1
* update tutorial.Rob Pike2009-12-1616-201/+207
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-4/+6
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-1/+1
* make all.bash finish on FreeBSDRuss Cox2009-11-181-1/+1
* add a paragraph about semicolons to the tutorial.Rob Pike2009-11-121-1/+1
* tutorial fixesRuss Cox2009-11-072-4/+4