summaryrefslogtreecommitdiff
path: root/doc/articles
Commit message (Collapse)AuthorAgeFilesLines
...
* doc: fix old broken linkBrad Fitzpatrick2013-02-191-1/+1
| | | | | | | | | | The Camlistore code tree rearranged after the go tool came out. (I didn't know this link was here until I saw it in some logs.) R=adg CC=golang-dev https://golang.org/cl/7374043
* doc: link to wiki Projects page instead of old Project Dashboard.Greg Ward2013-02-111-3/+2
| | | | | | R=golang-dev, adg CC=golang-dev https://golang.org/cl/7308079
* doc/articles/race_detector: fix some format.Oling Cat2013-01-231-22/+38
| | | | | | R=golang-dev, bradfitz, minux.ma, adg CC=golang-dev https://golang.org/cl/7137049
* doc/articles/json_and_go: fix some format.Oling Cat2013-01-171-8/+9
| | | | | | R=golang-dev, adg CC=golang-dev https://golang.org/cl/7131045
* doc: fix various fragment linksAndrew Gerrand2013-01-153-4/+4
| | | | | | R=dsymonds CC=golang-dev https://golang.org/cl/7094058
* doc: Mention godoc's handling of example functions.Matthew Dempsky2013-01-091-0/+6
| | | | | | | | Fixes #4625. R=iant, adg CC=golang-dev https://golang.org/cl/7064052
* doc/articles/go_command: remove an extra word.Oling Cat2013-01-081-1/+1
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7061051
* doc: add race detector manualDmitriy Vyukov2013-01-021-0/+353
| | | | | | R=minux.ma, franciscossouza, rsc, adg, adg CC=golang-dev https://golang.org/cl/6948043
* doc: fix id attributes in links to godocPéter Surányi2012-12-291-1/+1
| | | | | | | | | | CL6449105 changed godoc id attributes to ensure uniqueness. This CL updates links to godoc pages in documents that used the old id attributes. R=golang-dev, dsymonds CC=golang-dev, speter.go1 https://golang.org/cl/7015051
* doc/articles/wiki/test.bash: suppress unnecessary outputShenghou Ma2012-12-241-1/+2
| | | | | | R=golang-dev, rsc CC=golang-dev https://golang.org/cl/7000045
* doc: clear execute bitMikio Hara2012-12-041-0/+0
| | | | | | R=golang-dev, dave CC=golang-dev https://golang.org/cl/6871057
* doc/articles/godoc_documenting_go_code: fix some format issues.Oling Cat2012-12-041-6/+6
| | | | | | R=golang-dev, adg CC=golang-dev https://golang.org/cl/6874056
* doc/articles/wiki: fix racy testBrad Fitzpatrick2012-11-192-8/+15
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/6853069
* encoding/json: clarify correct usage of struct tags in associated article.Dan Callahan2012-10-311-1/+1
| | | | | | | | Fixes #4297. R=golang-dev, gri CC=golang-dev https://golang.org/cl/6817045
* doc/articles/wiki: numerous fixesJimmy Zelinskie2012-10-113-99/+243
| | | | | | | | | | | | | Fixes #3733 Fixes #2149 Updated Syntax Added part3.go example program Added part3-errorhandling.go example program Improved wording in some places R=golang-dev, adg, minux.ma CC=golang-dev https://golang.org/cl/6636048
* doc: fix typo in Concurrency Patterns articleAndrew Gerrand2012-09-041-1/+1
| | | | | | | | Fixes #3178. R=golang-dev, iant CC=golang-dev https://golang.org/cl/6506064
* doc: fix some HTML syntax errorsShenghou Ma2012-08-073-6/+6
| | | | | | R=adg CC=golang-dev https://golang.org/cl/6458043
* doc: various "the the" and other typosMatthew William Jibson2012-07-081-2/+2
| | | | | | R=golang-dev, adg CC=golang-dev https://golang.org/cl/6355076
* doc/articles/slices_usage_and_internals: fix typoShenghou Ma2012-06-201-1/+1
| | | | | | | | Fixes #3753. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6304097
* doc: update wiki article to use html/template properly.David Symonds2012-04-263-11/+12
| | | | | | | | Fixes #3569. R=golang-dev, r CC=golang-dev https://golang.org/cl/6116055
* doc/articles/image_draw.html: Change ColorImage to UniformBenny Siegert2012-04-191-2/+2
| | | | | | | | Fixes #3474. R=nigeltao CC=golang-dev https://golang.org/cl/6048050
* doc: added The Go image package articleFrancisco Souza2012-03-286-0/+312
| | | | | | | | | | | | Orignally published on The Go Programming Language, September 21, 2011. http://blog.golang.org/2011/09/go-image-package.html Update #2547 R=adg, nigeltao CC=golang-dev https://golang.org/cl/5933049
* doc: use relative links in Laws of Reflection articleAndrew Gerrand2012-03-271-26/+21
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/5924050
* doc: use relative links in draw package articleAndrew Gerrand2012-03-271-4/+4
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/5924051
* doc: update wiki tutorial templates, and template discussionAndrew Gerrand2012-03-273-1125/+58
| | | | | | | | Fixes #3384. R=golang-dev, r CC=golang-dev https://golang.org/cl/5915044
* doc: add JSON-RPC: a tale of interfaces articleFrancisco Souza2012-03-271-0/+78
| | | | | | | | | | Originally published on The Go Programming Language Blog, Abril 27, 2010. http://blog.golang.org/2010/04/json-rpc-tale-of-interfaces.html R=adg, r CC=golang-dev https://golang.org/cl/5920044
* doc: add doc/articles/index.htmlAndrew Gerrand2012-03-271-0/+7
| | | | | | | | Fixes #3402. R=golang-dev, r CC=golang-dev https://golang.org/cl/5923043
* docs/articles/wiki: minor fixesRob Pike2012-03-241-3/+3
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5900046
* doc/articles/defer_panic_recover.html: minor tweaksRob Pike2012-03-231-3/+4
| | | | | | | | | Delete () from function names and change the reference to some functions to the correct term, methods. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5874063
* doc/articles/image_draw.html: fix circle exampleRob Pike2012-03-231-1/+1
| | | | | | | | It was showing the same snippet twice instead of the type definition and snippet. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5875045
* doc/articles/c_go_cgo.html: correct "C" comment to mention #cgoIan Lance Taylor2012-03-221-12/+32
| | | | | | | | Also fix invalid apostrophe characters. R=r, gri, adg CC=golang-dev https://golang.org/cl/5874058
* doc/articles: rename concurrency patterns articleRob Pike2012-03-231-0/+0
| | | | | | | | | The old name, automatically generated, was ludicrously verbose. Also clean up an example to use time.Second. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5876051
* doc/articles/gobs_of_data.html: delete extra wordRob Pike2012-03-221-1/+1
| | | | | | | | Putt putt putt our way towards felicity. R=golang-dev, bsiegert CC=golang-dev https://golang.org/cl/5874048
* doc: add JSON and Go articleFrancisco Souza2012-03-221-0/+356
| | | | | | | | | | Originally published on The Go Programming Language Blog, January 25, 2011. http://blog.golang.org/2011/01/json-and-go.html R=adg CC=golang-dev https://golang.org/cl/5846044
* doc/articles/go_command.html: nitsRob Pike2012-03-221-4/+4
| | | | | | | | Fix some English mistakes and minor inaccuracies. R=golang-dev, jsing CC=golang-dev https://golang.org/cl/5885046
* doc: fix typo in The Laws of Reflection articleFrancisco Souza2012-03-211-1/+1
| | | | | | R=golang-dev, gri, r CC=golang-dev https://golang.org/cl/5876047
* doc: update format for "C? Go? Cgo!" articleShenghou Ma2012-03-191-29/+30
| | | | | | R=adg CC=golang-dev https://golang.org/cl/5841050
* doc: add Gobs of data articleFrancisco Souza2012-03-161-0/+315
| | | | | | | | | | Originally published on The Go Programming Language Blog, March 24, 2011. http://blog.golang.org/2011/03/gobs-of-data.html R=adg CC=golang-dev https://golang.org/cl/5834043
* doc: add "Godoc: documenting Go code" articleFrancisco Souza2012-03-151-0/+139
| | | | | | | | | | Originally published on The Go Programming Language Blog, March 31, 2011. http://blog.golang.org/2011/03/godoc-documenting-go-code.html R=golang-dev, adg CC=golang-dev https://golang.org/cl/5830043
* doc: add reference to FAQ to explain warning about concrete typeStefan Nilsson2012-03-151-2/+3
| | | | | | R=golang-dev, adg CC=golang-dev https://golang.org/cl/5820048
* doc: add Go Concurrency Patterns: Timing out, moving on articleFrancisco Souza2012-03-141-0/+79
| | | | | | | | | | | | Originally published on The Go Programming Language Blog, September 23, 2010. http://blog.golang.org/2010/09/go-concurrency-patterns-timing-out-and.html Update #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5815044
* doc: add Go image/draw package article and convert code snippets to Go1.Johan Euphrosine2012-03-148-0/+222
| | | | | | | | | | | | Originally published on The Go Programming Language Blog, September 29, 2011. http://blog.golang.org/2011/09/go-imagedraw-package.html Update #2547. R=golang-dev, adg, rsc CC=golang-dev https://golang.org/cl/5755057
* doc: add Go's declaration syntax articleFrancisco Souza2012-03-131-0/+348
| | | | | | | | | | | | | | | Originally published on The Go Programming Language Blog, July 7, 2010. I did not put any go file in doc/progs. Shoul I include Go files with those declarations? http://blog.golang.org/2010/07/gos-declaration-syntax.html Update #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5795068
* doc: add C? Go? Cgo! articleFrancisco Souza2012-03-131-0/+159
| | | | | | | | | | | | Originally published on The Go Programming Language Blog, March 17, 2011. http://blog.golang.org/2011/03/c-go-cgo.html Update #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5777054
* cmd/godoc: add support for serving templatesRuss Cox2012-03-088-1995/+62
| | | | | | | | | | | | | | | | | doc: convert to use godoc built-in templates tmpltohtml is gone, to avoid having a second copy of the code. Instead, godoc -url /doc/go1.html will print the actual HTML served for that URL. "make" will generate files named go1.rawhtml etc, which can be fed through tidy. It can be hard to tell from the codereview diffs, but all the tmpl files have been renamed to be html files and then have "Template": true added. R=golang-dev, adg, r, gri CC=golang-dev https://golang.org/cl/5782046
* doc: fix freebsd buildShenghou Ma2012-03-081-2/+5
| | | | | | | | Also rename it to test.bash, for naming consistency. R=golang-dev, r CC=golang-dev https://golang.org/cl/5784045
* doc: fix typos in laws_of_reflection article, add copyright notice.Johan Euphrosine2012-03-072-18/+15
| | | | | | | | Update #2547. R=golang-dev, minux.ma, r, r, adg CC=golang-dev https://golang.org/cl/5755051
* doc: add "The go command" article based on Russ' mailAndrew Gerrand2012-03-071-0/+265
| | | | | | | | | | This is a philosophical document. We can soup it up at a later stage, but for now it's nice to have a URL to point to that isn't a mailing list post. R=golang-dev, r CC=golang-dev https://golang.org/cl/5676061
* doc: clean up docs page, refer to wiki, change install doc pathsAndrew Gerrand2012-03-052-6/+6
| | | | | | R=golang-dev, minux.ma, r CC=golang-dev https://golang.org/cl/5728051
* doc: fix another typo in article on defer, panic and recoverFrancisco Souza2012-03-042-2/+2
| | | | | | | | Fixes #3177 R=adg CC=golang-dev https://golang.org/cl/5728057