- 7f0be1f all: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
- 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
- fd234d6 doc: say that race detector is supported on freebsd by Dmitriy Vyukov · 11 years ago
- ca6be91 all: fix "the the" typos. by Shenghou Ma · 11 years ago
- 3929967 build: remove depdenency on GNU make by Andrew Gerrand · 11 years ago
- 1f1f69e build: fix race in doc/articles/wiki test by Rick Arnold · 11 years ago
- ae5bed0 doc: restore race detector manual by Andrew Gerrand · 11 years ago
- 22a7b34 doc/articles/wiki: remove GNU make dependency by Aram Hăvărneanu · 11 years ago
- 0d676f3 doc/articles/wiki: fix path handling and clean up test process by Andrew Gerrand · 11 years ago
- 48ba6fe doc: move spec and memory model back to /ref/ by Andrew Gerrand · 11 years ago
- 1f7c8a9 doc: update links to spec and memory model by Andrew Gerrand · 11 years ago
- 5dd7417 doc: re-organize golang.org site content by Andrew Gerrand · 12 years ago
- a96d850 doc: describe halt_on_error race detector parameter by Dmitriy Vyukov · 12 years ago
- a4eac94 doc/articles/laws_of_reflection.html: fix name of variable by Rob Pike · 12 years ago
- f6dd45b doc/articles: state that slices/arrays start at the 0th element by Andrew Gerrand · 12 years ago
- 01cc462 doc: fix wiki content error by Andrew Gerrand · 12 years ago
- 022818c doc/articles: use C90 standard functions in the cgo article. by Shenghou Ma · 12 years ago
- 7bec1a6 all: fix typos by Shenghou Ma · 12 years ago
- 2dd0c03 doc: fix typo in race_detector.html by Jeremy Jackins · 12 years ago
- 10cdb92 doc: fix another broken link by Brad Fitzpatrick · 12 years ago
- db6ddff doc: fix another broken link by Brad Fitzpatrick · 12 years ago
- c4e82bb doc: link the race detector document into the release notes by Rob Pike · 12 years ago
- 1e0e65e doc/articles: update reference to obsolete "package documentation". by David Symonds · 12 years ago
- 2145cd5 doc/articles/image_package.html: fix x/y mistake Fixes #4942. by Rob Pike · 12 years ago
- 052d845 doc: fix wiki codelab description of template parsing by Andrew Gerrand · 12 years ago
- 92ab6fb doc: fix old broken link by Brad Fitzpatrick · 12 years ago
- 74e1577 doc: link to wiki Projects page instead of old Project Dashboard. by Greg Ward · 12 years ago
- f1c397f doc/articles/race_detector: fix some format. by Oling Cat · 12 years ago
- f5958c61 doc/articles/json_and_go: fix some format. by Oling Cat · 12 years ago
- 399a36a doc: fix various fragment links by Andrew Gerrand · 12 years ago
- a6e4aa3 doc: Mention godoc's handling of example functions. by Matthew Dempsky · 12 years ago
- bc776f6 doc/articles/go_command: remove an extra word. by Oling Cat · 12 years ago
- b2e9ca7 doc: add race detector manual by Dmitriy Vyukov · 12 years ago
- be7c0f3 doc: fix id attributes in links to godoc by Péter Surányi · 12 years ago
- fcc5cf6 doc/articles/wiki/test.bash: suppress unnecessary output by Shenghou Ma · 12 years ago
- 23ca240 doc: clear execute bit by Mikio Hara · 12 years ago
- c2f9be1 doc/articles/godoc_documenting_go_code: fix some format issues. by Oling Cat · 12 years ago
- 09f3c2f doc/articles/wiki: fix racy test by Brad Fitzpatrick · 12 years ago
- 15e50d7 encoding/json: clarify correct usage of struct tags in associated article. by Dan Callahan · 12 years ago
- dad1228 doc/articles/wiki: numerous fixes by Jimmy Zelinskie · 12 years ago
- d353d43 doc: fix typo in Concurrency Patterns article by Andrew Gerrand · 13 years ago
- edc7b47 doc: fix some HTML syntax errors by Shenghou Ma · 13 years ago
- f83a47c doc: various "the the" and other typos by Matthew William Jibson · 13 years ago
- 5d2cfc2 doc/articles/slices_usage_and_internals: fix typo Fixes #3753. by Shenghou Ma · 13 years ago
- 4d3db77 doc: update wiki article to use html/template properly. by David Symonds · 13 years ago
- e03dd50 doc/articles/image_draw.html: Change ColorImage to Uniform by Benny Siegert · 13 years ago
- 18f1a71 doc: added The Go image package article by Francisco Souza · 13 years ago
- 14da529 doc: use relative links in Laws of Reflection article by Andrew Gerrand · 13 years ago
- cafc2b6 doc: use relative links in draw package article by Andrew Gerrand · 13 years ago
- d98507f doc: update wiki tutorial templates, and template discussion by Andrew Gerrand · 13 years ago
- a786fe8 doc: add JSON-RPC: a tale of interfaces article by Francisco Souza · 13 years ago
- 1144128 doc: add doc/articles/index.html by Andrew Gerrand · 13 years ago
- 73b5eb3 docs/articles/wiki: minor fixes by Rob Pike · 13 years ago
- 76cf6ba doc/articles/defer_panic_recover.html: minor tweaks by Rob Pike · 13 years ago
- fc9f65a doc/articles/image_draw.html: fix circle example by Rob Pike · 13 years ago
- 5ac1869 doc/articles/c_go_cgo.html: correct "C" comment to mention #cgo by Ian Lance Taylor · 13 years ago
- a99e9c5 doc/articles: rename concurrency patterns article by Rob Pike · 13 years ago
- 2795a15 doc/articles/gobs_of_data.html: delete extra word by Rob Pike · 13 years ago
- 289a357 doc: add JSON and Go article by Francisco Souza · 13 years ago
- cec6756 doc/articles/go_command.html: nits by Rob Pike · 13 years ago
- 2b3d6cb doc: fix typo in The Laws of Reflection article by Francisco Souza · 13 years ago
- d05b386 doc: update format for "C? Go? Cgo!" article by Shenghou Ma · 13 years ago
- 9e03dcb doc: add Gobs of data article by Francisco Souza · 13 years ago
- 235863c doc: add "Godoc: documenting Go code" article by Francisco Souza · 13 years ago
- f008725 doc: add reference to FAQ to explain warning about concrete type by Stefan Nilsson · 13 years ago
- 5659826 doc: add Go Concurrency Patterns: Timing out, moving on article by Francisco Souza · 13 years ago
- fef92cb doc: add Go image/draw package article and convert code snippets to Go1. by Johan Euphrosine · 13 years ago
- 6033a48 doc: add Go's declaration syntax article by Francisco Souza · 13 years ago
- 60b98d6 doc: add C? Go? Cgo! article by Francisco Souza · 13 years ago
- a40065a cmd/godoc: add support for serving templates by Russ Cox · 13 years ago
- d56e0e7 doc: fix freebsd build Also rename it to test.bash, for naming consistency. by Shenghou Ma · 13 years ago
- 26dc17c doc: fix typos in laws_of_reflection article, add copyright notice. by Johan Euphrosine · 13 years ago
- 73b8ccb doc: add "The go command" article based on Russ' mail by Andrew Gerrand · 13 years ago
- f78d50c doc: clean up docs page, refer to wiki, change install doc paths by Andrew Gerrand · 13 years ago
- 54875a7 doc: fix another typo in article on defer, panic and recover by Francisco Souza · 13 years ago
- b1b0b73 doc: fixed minor typo in article on defer by Francisco Souza · 13 years ago
- 6652b0b doc: add The Laws of Reflection article by Johan Euphrosine · 13 years ago
- cd1a2f7 doc: move wiki tutorial into articles directory, rmdir doc/codelab by Andrew Gerrand · 13 years ago
- ae7497b doc: remove overuse of simply by Russ Cox · 13 years ago
- 7cb21a7 godoc: specify HTML page metadata with a JSON blob by Andrew Gerrand · 13 years ago
- 468e692 doc: only trim newlines in tmpltohtml, gofmt progs by Andrew Gerrand · 13 years ago
- 9443949 doc: add Slices: usage and internals article by Andrew Gerrand · 13 years ago
- 5353e1e doc: trim spaces from code snippets by Andrew Gerrand · 13 years ago
- e4d624b doc/articles: add {{donotedit}} to templates by Olivier Duperray · 13 years ago
- c400a0b doc: add Error Handling article by Andrew Gerrand · 13 years ago
- 49d82b4 doc: add Defer, Panic, and Recover article by Andrew Gerrand · 13 years ago