summaryrefslogtreecommitdiff
path: root/doc/progs
Commit message (Expand)AuthorAgeFilesLines
* doc/progs: don't try building cgo tests if CGO_ENABLED=0Ian Lance Taylor2013-10-111-0/+3
* doc/progs/slices.go: fix typo in commentRob Pike2013-08-051-1/+1
* doc/articles: use C90 standard functions in the cgo article.Shenghou Ma2013-06-042-4/+4
* effective_go.html: move and rework the blank identifier sectionRob Pike2013-03-085-28/+41
* doc/articles/error_handling: no more os.ErrorShenghou Ma2013-02-061-1/+1
* doc/effective_go.html: add a section about the blank identifierRuss Cox2013-01-222-0/+28
* cmd/gc: make forward declaration in pure Go package an errorRuss Cox2012-12-221-1/+5
* cgo: enable cgo on openbsdJoel Sing2012-12-211-0/+4
* effective_go: use html/template instead of text/templateRob Pike2012-09-131-3/+3
* doc/progs: use test/run.go for testing on WindowsShenghou Ma2012-09-0346-0/+113
* cgo: enable cgo on netbsd/386 and netbsd/amd64Joel Sing2012-06-051-0/+5
* doc: simplify the image_draw article example for converting an image toNigel Tao2012-04-261-2/+2
* doc: added The Go image package articleFrancisco Souza2012-03-287-1/+114
* effective_go: cleanups and fixesRob Pike2012-03-251-9/+9
* doc/articles/image_draw.html: fix circle exampleRob Pike2012-03-231-2/+2
* doc/articles: rename concurrency patterns articleRob Pike2012-03-231-1/+1
* doc: add JSON and Go articleFrancisco Souza2012-03-226-1/+292
* doc: fix typo in The Laws of Reflection articleFrancisco Souza2012-03-211-0/+7
* doc: update format for "C? Go? Cgo!" articleShenghou Ma2012-03-191-2/+0
* doc: add Gobs of data articleFrancisco Souza2012-03-163-1/+71
* doc: add Go Concurrency Patterns: Timing out, moving on articleFrancisco Souza2012-03-143-1/+61
* doc: add Go image/draw package article and convert code snippets to Go1.Johan Euphrosine2012-03-141-0/+142
* doc/progs: skip cgo1 and cgo2 on freebsdAndrew Gerrand2012-03-131-4/+10
* doc: add C? Go? Cgo! articleFrancisco Souza2012-03-135-1/+86
* doc: fix typos in laws_of_reflection article, add copyright notice.Johan Euphrosine2012-03-072-0/+19
* doc: remove unsued progs and makehtml script, update progs/runShenghou Ma2012-03-0710-282/+9
* doc/progs: update for go 1Rob Pike2012-03-054-38/+36
* doc: add The Laws of Reflection articleJohan Euphrosine2012-03-012-0/+168
* tutorial: deleteRob Pike2012-02-289-539/+0
* doc: provide example filepath.Walk for go1Mike Rosset2012-02-171-0/+21
* os: delete os.EINVAL and so onRob Pike2012-02-173-6/+17
* 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