summaryrefslogtreecommitdiff
path: root/doc/articles
Commit message (Collapse)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-082-13/+13
| | | | | | | | | | | | | | | | | | | This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/134570043
* doc: say that race detector is supported on freebsdDmitriy Vyukov2014-06-211-1/+2
| | | | | | | LGTM=ruiu R=golang-codereviews, ruiu CC=golang-codereviews https://codereview.appspot.com/109100046
* all: fix "the the" typos.Shenghou Ma2014-05-201-1/+1
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/93470043
* build: remove depdenency on GNU makeAndrew Gerrand2014-04-072-10/+2
| | | | | | | LGTM=bradfitz R=bradfitz CC=golang-codereviews https://codereview.appspot.com/84920043
* build: fix race in doc/articles/wiki testRick Arnold2014-03-183-7/+42
| | | | | | | | | | | | | | | | | | | The original test would open a local port and then immediately close it and use the port number in subsequent tests. Between the port being closed and reused by the later process, it could be opened by some other program on the machine. Changed the test to run the server process directly and have it save the assigned port to a text file to be used by client processes. Fixes issue 5564. LGTM=adg R=golang-codereviews, gobot, adg CC=golang-codereviews https://codereview.appspot.com/72290043 Committer: Andrew Gerrand <adg@golang.org>
* doc: restore race detector manualAndrew Gerrand2014-02-111-0/+388
| | | | | | | | | | | This got deleted mistakenly during the content re-org. Fixes issue 7275. LGTM=dvyukov R=golang-codereviews, minux.ma, dvyukov CC=golang-codereviews https://codereview.appspot.com/60850043
* doc/articles/wiki: remove GNU make dependencyAram H?v?rneanu2013-12-151-1/+1
| | | | | | | | R=golang-dev, adg, minux.ma CC=golang-dev https://codereview.appspot.com/38410043 Committer: Shenghou Ma <minux.ma@gmail.com>
* doc/articles/wiki: fix path handling and clean up test processAndrew Gerrand2013-10-0814-162/+51
| | | | | | | | Fixes issue 6525. R=r CC=golang-dev https://codereview.appspot.com/14383043
* doc: move spec and memory model back to /ref/Andrew Gerrand2013-10-041-2/+2
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14364043
* doc: update links to spec and memory modelAndrew Gerrand2013-09-271-2/+2
| | | | | | | | Fixes issue 6488. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14004043
* doc: re-organize golang.org site contentAndrew Gerrand2013-09-1632-4026/+2
| | | | | | | | | | | | | | | | | | | | Remove "References" section. Remove most articles and redirect to blog.golang.org. Move /ref/spec and /ref/mem to /doc/spec and /doc/mem. Remove duplicate links from the remaining "Documents", "The Project", and "Help" pages. Defer to the wiki for more links and community content. Update command reference and mention cover tool. Add "Pop-out" text to the front page. Pick one of four videos at random to feature on the front page. Fixes issue 2547. Fixes issue 5561. Fixes issue 6321. R=r, dominik.honnef CC=golang-dev https://codereview.appspot.com/13724043
* doc: describe halt_on_error race detector parameterDmitriy Vyukov2013-08-161-0/+5
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/13067043
* doc/articles/laws_of_reflection.html: fix name of variableRob Pike2013-08-071-1/+1
| | | | | | | | Thanks to c.emil.hessman@gmail.com for pointing out the error. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/12572043
* doc/articles: state that slices/arrays start at the 0th elementAndrew Gerrand2013-07-291-1/+1
| | | | | | | | Fixes issue 5881. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/11892043
* doc: fix wiki content errorAndrew Gerrand2013-07-221-5/+4
| | | | | | | | Fixes issue 5898. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/11556043
* doc/articles: use C90 standard functions in the cgo article.Shenghou Ma2013-06-041-6/+6
| | | | | | R=golang-dev, iant CC=golang-dev https://codereview.appspot.com/9953043
* all: fix typosShenghou Ma2013-04-241-2/+2
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8896045
* doc: fix typo in race_detector.htmlJeremy Jackins2013-04-231-1/+1
| | | | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8625044 Committer: Brad Fitzpatrick <bradfitz@golang.org>
* doc: fix another broken linkBrad Fitzpatrick2013-04-191-2/+5
| | | | | | | | Fixes issue 5316 R=golang-dev, r, minux.ma CC=golang-dev https://codereview.appspot.com/8871043
* doc: fix another broken linkBrad Fitzpatrick2013-04-181-1/+1
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8763045
* doc: link the race detector document into the release notesRob Pike2013-04-031-19/+33
| | | | | | | | | | | | Also: - put GORACE into the go env command - do minor housekeeping on the race detector article Fixes issue 4995. R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/8319044
* doc/articles: update reference to obsolete "package documentation".David Symonds2013-03-261-4/+3
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/7475048
* doc/articles/image_package.html: fix x/y mistakeRob Pike2013-02-281-1/+1
| | | | | | | | Fixes issue 4942. R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/7444047
* doc: fix wiki codelab description of template parsingAndrew Gerrand2013-02-261-4/+5
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/7372048
* 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://codereview.appspot.com/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://codereview.appspot.com/7308079 Committer: Andrew Gerrand <adg@golang.org>
* doc/articles/race_detector: fix some format.Oling Cat2013-01-231-22/+38
| | | | | | | | R=golang-dev, bradfitz, minux.ma, adg CC=golang-dev https://codereview.appspot.com/7137049 Committer: Andrew Gerrand <adg@golang.org>
* doc/articles/json_and_go: fix some format.Oling Cat2013-01-171-8/+9
| | | | | | | | R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/7131045 Committer: Andrew Gerrand <adg@golang.org>
* doc: fix various fragment linksAndrew Gerrand2013-01-153-4/+4
| | | | | | R=dsymonds CC=golang-dev https://codereview.appspot.com/7094058
* doc: Mention godoc's handling of example functions.Matthew Dempsky2013-01-091-0/+6
| | | | | | | | | | Fixes issue 4625. R=iant, adg CC=golang-dev https://codereview.appspot.com/7064052 Committer: Ian Lance Taylor <iant@golang.org>
* doc/articles/go_command: remove an extra word.Oling Cat2013-01-081-1/+1
| | | | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7061051 Committer: Brad Fitzpatrick <bradfitz@golang.org>
* doc: add race detector manualDmitriy Vyukov2013-01-021-0/+353
| | | | | | R=minux.ma, franciscossouza, rsc, adg, adg CC=golang-dev https://codereview.appspot.com/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://codereview.appspot.com/7015051 Committer: David Symonds <dsymonds@golang.org>
* doc/articles/wiki/test.bash: suppress unnecessary outputShenghou Ma2012-12-241-1/+2
| | | | | | R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/7000045
* doc: clear execute bitMikio Hara2012-12-041-0/+0
| | | | | | R=golang-dev, dave CC=golang-dev https://codereview.appspot.com/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://codereview.appspot.com/6874056 Committer: Andrew Gerrand <adg@golang.org>
* doc/articles/wiki: fix racy testBrad Fitzpatrick2012-11-192-8/+15
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6853069
* encoding/json: clarify correct usage of struct tags in associated article.Dan Callahan2012-10-311-1/+1
| | | | | | | | | | Fixes issue 4297. R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/6817045 Committer: Robert Griesemer <gri@golang.org>
* doc/articles/wiki: numerous fixesJimmy Zelinskie2012-10-113-99/+243
| | | | | | | | | | | | | | | Fixes issue 3733 Fixes issue 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 http://codereview.appspot.com/6636048 Committer: Andrew Gerrand <adg@golang.org>
* doc: fix typo in Concurrency Patterns articleAndrew Gerrand2012-09-041-1/+1
| | | | | | | | Fixes issue 3178. R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/6506064
* doc: fix some HTML syntax errorsShenghou Ma2012-08-073-6/+6
| | | | | | R=adg CC=golang-dev http://codereview.appspot.com/6458043
* doc: various "the the" and other typosMatthew William Jibson2012-07-081-2/+2
| | | | | | | | R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/6355076 Committer: David Symonds <dsymonds@golang.org>
* doc/articles/slices_usage_and_internals: fix typoShenghou Ma2012-06-201-1/+1
| | | | | | | | Fixes issue 3753. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/6304097
* doc: update wiki article to use html/template properly.David Symonds2012-04-263-11/+12
| | | | | | | | Fixes issue 3569. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6116055
* doc/articles/image_draw.html: Change ColorImage to UniformBenny Siegert2012-04-191-2/+2
| | | | | | | | | | Fixes issue 3474. R=nigeltao CC=golang-dev http://codereview.appspot.com/6048050 Committer: Nigel Tao <nigeltao@golang.org>
* 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 issue 2547 R=adg, nigeltao CC=golang-dev http://codereview.appspot.com/5933049 Committer: Nigel Tao <nigeltao@golang.org>
* doc: use relative links in Laws of Reflection articleAndrew Gerrand2012-03-271-26/+21
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5924050
* doc: use relative links in draw package articleAndrew Gerrand2012-03-271-4/+4
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5924051
* doc: update wiki tutorial templates, and template discussionAndrew Gerrand2012-03-273-1125/+58
| | | | | | | | Fixes issue 3384. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/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 http://codereview.appspot.com/5920044 Committer: Andrew Gerrand <adg@golang.org>