1. 0e1da61 doc/effective_go.html: add missing newline by Michael Vetter · 10 years ago
  2. 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
  3. 43ad89d doc: drop scheme from links that are known to support HTTPS by Andrew Gerrand · 11 years ago
  4. 1476686 doc/effective_go.html: a little more about errors by Rob Pike · 11 years ago
  5. 2e1ddeb doc: replace absolute links to golang.org with relative links by Dmitriy Vyukov · 11 years ago
  6. f8f34c3 doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b is addressable. by Shenghou Ma · 11 years ago
  7. 132e816 doc: allow buffered channel as semaphore without initialization by Russ Cox · 11 years ago
  8. 0c84156 doc/effective_go.html: fix typo by Rob Pike · 11 years ago
  9. 592415d effective_go: move 'Type switch' section into 'Control structures' section. by Rob Pike · 11 years ago
  10. 1e67453 doc: replace "private" with "unexported" in Effective Go. by David Symonds · 11 years ago
  11. de4ca13 doc: fix typo in Effective Go by Josh Bleecher Snyder · 11 years ago
  12. b349477 doc/effective_go.html: close some tags. by Oling Cat · 11 years ago
  13. 244014e doc/effective_go.html: fix code example Fixes #6595. by Shenghou Ma · 11 years ago
  14. 7f168f9 doc/effective_go.html: fix unescaped less-than character by Rob Pike · 11 years ago
  15. beca0e1 doc/effective_go.html: fix a couple of cosmetic issues by Rob Pike · 11 years ago
  16. 48ba6fe doc: move spec and memory model back to /ref/ by Andrew Gerrand · 11 years ago
  17. d38ed2a doc/effective_go: fix server example that shares var between goroutines by Rob Pike · 11 years ago
  18. 1f7c8a9 doc: update links to spec and memory model by Andrew Gerrand · 11 years ago
  19. 2a5dcfa effective_go: add a discussion of labeled break and continue Fixes #5725. by Rob Pike · 12 years ago
  20. 38a77ff doc/effective_go.html: remove spurious word by Rob Pike · 12 years ago
  21. d26d5e64 effective_go.html: make snippets look formatted. by Rémy Oudompheng · 12 years ago
  22. deee03f doc/effective_go: stamp out stray GOROOT reference by Dave Cheney · 12 years ago
  23. 20c524c effective_go.html: Fix two links by Brian G. Merrell · 12 years ago
  24. 2f326da effective_go.html: be more accepting in the guidelines for interface names by Rob Pike · 12 years ago
  25. 48c4a87 doc: fix formatting in effective go code snippet by Andrew Gerrand · 12 years ago
  26. ed19ab4 doc/effective_go.html: fix syntax error in code example Fixes #5333. by Shenghou Ma · 12 years ago
  27. 994c486 doc: fix typo in Effective Go by Andrew Gerrand · 12 years ago
  28. f29013d doc/effective_go: another doubled word It's clear that that should never happen. by Rob Pike · 12 years ago
  29. 86cd1d9 doc/effective_go.html: fix typo Fixes #5296. by Shenghou Ma · 12 years ago
  30. c1786a9 doc: fix typo in effective_go.html by Elias Naur · 12 years ago
  31. 9dfcfb9 effective_go.html: fix semaphore example by Rob Pike · 12 years ago
  32. 33e8ca4 effective_go.html: add a section on type assertions by Rob Pike · 12 years ago
  33. 9e329a0 effective_go.html: move and rework the blank identifier section by Rob Pike · 12 years ago
  34. 45a3b37 doc/effective_go.html: unify and expand the discussion of Sprintf and String by Rob Pike · 12 years ago
  35. 5f07125 effective_go.html: round 3 of minor edits. by Rob Pike · 12 years ago
  36. b3915112 doc/effective_go.html: update slices and maps. by Rob Pike · 12 years ago
  37. 6bfec72 doc/effective_go.html: minor updates, part 1 by Rob Pike · 12 years ago
  38. fbec834 doc/effective_go.html: use correct name in Interface Checks section Fixes #4897. by Rob Pike · 12 years ago
  39. 4101469 doc: adjust indentation in Effective Go commentary example. by David Symonds · 12 years ago
  40. f8284b6 doc/effective_go.html: add a section about the blank identifier by Russ Cox · 12 years ago
  41. c8c8ab0 doc: fix effective_go: s/byte array/byte slice/. by Nigel Tao · 12 years ago
  42. 3e2a888 doc/effective_go: don't use ALL_CAPS for variable names. by Nigel Tao · 12 years ago
  43. b602c3d all: clear execute bit by Mikio Hara · 12 years ago
  44. 0cd0c3e8 effective_go: s/usr/home/ in example by Rob Pike · 13 years ago
  45. e93891f doc/effective_go: Closed some tags; removed extra spaces. by Oling Cat · 13 years ago
  46. f3fc009 effective_go: use html/template instead of text/template by Rob Pike · 13 years ago
  47. 5b7562d doc/progs: use test/run.go for testing on Windows by Shenghou Ma · 13 years ago
  48. 08f919f doc/effective_go.html: fixed the Request channel parameter by Jongmin Kim · 13 years ago
  49. cb871ce doc/effective_go.html: Add missing '...' for fmt.Sprintf() by Aaron Kemp · 13 years ago
  50. 4074795 effective_go: cleanups and fixes by Rob Pike · 13 years ago
  51. b8b308d doc/effective_go.html: undo local font change by Robert Griesemer · 13 years ago
  52. 0532f4d doc/effective_go: minor corrections by Shenghou Ma · 13 years ago
  53. e5102b3 doc: remove reference to deleted os.ENOSPC by Brad Fitzpatrick · 13 years ago
  54. e5cc09a doc: use time.Duration in Effective Go. by David Symonds · 13 years ago
  55. a40065a cmd/godoc: add support for serving templates by Russ Cox · 13 years ago
  56. e8d1852 doc: update Effective Go init section by Russ Cox · 13 years ago
  57. a22b0f8 doc: add command docs page, canonicalize reference paths by Andrew Gerrand · 13 years ago
  58. 4d7017d doc/effective_go: minor fix by Shenghou Ma · 13 years ago
  59. c50074e doc: add a bunch of missing <p> tags by Stefan Nilsson · 13 years ago
  60. 7201b0c tutorial: delete Instead we'll point people at the Tour and beef up code.html. by Rob Pike · 13 years ago
  61. 14efdea effective_go: use new map deletion syntax by Rob Pike · 13 years ago
  62. 2783691 docs: replace references to gofix etc. with tool invocations by Rob Pike · 13 years ago
  63. 7cb21a7 godoc: specify HTML page metadata with a JSON blob by Andrew Gerrand · 13 years ago
  64. a03c519 effective_go: provide reference to runtime.NumCPU() by Dmitriy Vyukov · 13 years ago
  65. b7f44e97 doc: float -> float64 in Effective Go by Jeff R. Allen · 13 years ago
  66. 5353e1e doc: trim spaces from code snippets by Andrew Gerrand · 13 years ago
  67. a41006f effective_go: redeclaration by Rob Pike · 13 years ago
  68. 1ddedba tmpltohtml: put a DO NOT EDIT mark automatically in the output by Rob Pike · 13 years ago
  69. d1324d8 effective_go: remove unused variable from a couple of examples Fixes #2481. by Rob Pike · 13 years ago
  70. bb66164 effective_go: a little more about comma ok and type assertion Fixes #2416. by Rob Pike · 13 years ago
  71. a9aef26 effective_go: fix up the description of cipher blocks and streams by Rob Pike · 13 years ago
  72. 6ab6c49 renaming_1: hand-edited files for go 1 renaming by Rob Pike · 13 years ago
  73. eb1717e all: rename os.EOF to io.EOF in various non-code contexts by Vincent Vanackere · 13 years ago
  74. 68050ac tutorial,effective_go: prepare for error change by Rob Pike · 13 years ago
  75. 029c9bc Effective Go: IntArray -> IntSlice Fixes #2336. by Rob Pike · 13 years ago
  76. 6731d47 effective go: fix erroneous quoting of ampersands that cropped up by Rob Pike · 14 years ago
  77. 18b21c7 effective go: extract and test a couple more examples. by Rob Pike · 14 years ago
  78. ebf2b92 effective_go: fix brace quotes. by Rob Pike · 14 years ago
  79. d1a3eda effective_go: convert to use tmpltohtml. by Rob Pike · 14 years ago
  80. 73b7afb template: delete old template code. by Rob Pike · 14 years ago
  81. 70f6133 doc: fix typo in Effective Go by Andrew Gerrand · 14 years ago
  82. 4c63129 effective go: tweak the words about semicolons, parens in control structures, by Rob Pike · 14 years ago
  83. 6be0bdf Effective Go: supplied missing type in variadic function example. by Ben Lynn · 14 years ago
  84. ca91ce2 doc/effective_go: add a note about prefixing error strings with their by Nigel Tao · 14 years ago
  85. e3d2a29 doc/effective_go.html: replace tab with spaces. by Rob Pike · 14 years ago
  86. feb9a14 doc: mention go/printer instead of container/vector in effective go by Andrew Gerrand · 14 years ago
  87. 46f482a docs: remove some prose-unworthy empty parentheses. by Rob Pike · 14 years ago
  88. 89c59bc effective go: explain about values/pointers in String() example by Rob Pike · 14 years ago
  89. 121b428 effective go: update to new Open signature. Fixes #1788. by Rob Pike · 14 years ago
  90. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  91. 9e2fbe1 Effective Go: some small cleanups. by Rob Pike · 14 years ago
  92. 6095ff3 Effective Go: stress that comments are uninterpreted text by Rob Pike · 14 years ago
  93. fb9e37c template: reverse order of arguments to Execute by Rob Pike · 14 years ago
  94. 76f3228 go spec, effective go: cleanups by Robert Griesemer · 14 years ago
  95. bd4e49f Effective Go: fix typo by Robert Griesemer · 14 years ago
  96. eea18d9 log: rename Exit* to Fatal* by Rob Pike · 14 years ago
  97. 61978aa effective go: remove non-blocking ops in leaky bucket example by Rob Pike · 14 years ago
  98. 80e25fc docs: float->float64 plus a couple of other tweaks. by Rob Pike · 14 years ago
  99. 29d0f02 effective go: explain the effect of repanicking better. by Rob Pike · 14 years ago
  100. bf453eb doc: update Effective Go for template API change. by Nigel Tao · 14 years ago