1. 80e25fc docs: float->float64 plus a couple of other tweaks. by Rob Pike · 14 years ago
  2. 29d0f02 effective go: explain the effect of repanicking better. by Rob Pike · 14 years ago
  3. bf453eb doc: update Effective Go for template API change. by Nigel Tao · 14 years ago
  4. 009aebd Removed bytes.Add and bytes.AddByte; we now have 'append'. by Kyle Consalus · 14 years ago
  5. 70d0b6b2 Effective Go: correct error in recent edit: "..." is in call to Sprintln, not Output. by Rob Pike · 14 years ago
  6. 0808b19 Effective Go: append and a few words about ... by Rob Pike · 14 years ago
  7. e787f827 Effective Go: update examples to use new logging interface. by Rob Pike · 14 years ago
  8. 1edfb4c Effective Go: update for new http interface. by Rob Pike · 15 years ago
  9. 089ce17 Documentation: Fix a bug in the example in Constants subsection by James Fysh · 15 years ago
  10. 7ddbe79 effective go: fix errors caught by HaWe by Rob Pike · 15 years ago
  11. c80746a doc: add missing paren (pointed out by nbjoerg) by Christopher Wedgwood · 15 years ago
  12. 4fd7880 Effective Go: minor change to correct a comment in an example by Rob Pike · 15 years ago
  13. 99b23a1 Effective Go: panic and recover by Rob Pike · 15 years ago
  14. 050905b Effective Go: add a section on defer. by Rob Pike · 15 years ago
  15. 6c08859 Effective Go: update ... discussion. by Rob Pike · 15 years ago
  16. cd242fb Use the copy function rather than a loop. by Ian Lance Taylor · 15 years ago
  17. 4710642 Effective Go: update maps description regarding lookup of nonexistent entry. by Rob Pike · 15 years ago
  18. 1f3222a strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go by Andrey Mirtchovski · 15 years ago
  19. 766c3ff effective_go: clarified small comment by Andrew Gerrand · 15 years ago
  20. 49a35a6 be more explicit about initialization of embedded fields. by Rob Pike · 15 years ago
  21. c05f86a fix up YB and add ZB, EB in example by Rob Pike · 15 years ago
  22. 77f6f16 fix naked < and > as reported by Peter Williams <> by Rob Pike · 15 years ago
  23. 617a6a5 fix documentation bug in example Fixes #452. by Rob Pike · 15 years ago
  24. 163ecda new semicolon rule in effective_go.html. by Rob Pike · 15 years ago
  25. acf4dd4 change the naming example from Vector to Ring due to loss of vector.New() by Rob Pike · 15 years ago
  26. bcb46c8 fix typo in Append return type by Rob Pike · 15 years ago
  27. 4085364 doc: fix typo. by Adam Langley · 15 years ago
  28. dc3b493 add a paragraph about GOMAXPROCS by Rob Pike · 15 years ago
  29. 029c39f fix some typos in the documentation by Rob Pike · 15 years ago
  30. 0c83f23 fix typo in ByteSize example by Rob Pike · 15 years ago
  31. ef7c370 typo by Russ Cox · 15 years ago
  32. 8db6370 fix final program to have Html->HTML by Rob Pike · 15 years ago
  33. cc6720a Minor tweaks. by Ian Lance Taylor · 15 years ago
  34. 1a821b3 noted by kaib: explicit assignment initialization by Russ Cox · 15 years ago
  35. 24ce19c effective go: tiny fixes by Russ Cox · 15 years ago
  36. 31053d4 add a final section with a complete example by Rob Pike · 15 years ago
  37. c2b6418 fixups to "effective go" by Rob Pike · 15 years ago
  38. bb3e309 concurrency by Rob Pike · 15 years ago
  39. 2cf9dae drop a couple of semicolons for consistency by Rob Pike · 15 years ago
  40. 6f89f3f initialization by Rob Pike · 15 years ago
  41. 430d462 start the concurrency discussion. work from the outside in because this is a toughie. by Rob Pike · 15 years ago
  42. 9f60b03 address leftover post-submit comments about embedding by Rob Pike · 15 years ago
  43. f00be0c more embedding. enough for now? by Rob Pike · 15 years ago
  44. c58d9ef fix pre-submit editing typo; text is garbled. by Rob Pike · 15 years ago
  45. 8840726 embedding part 1. by Rob Pike · 15 years ago
  46. ee3e97c forgot to update the body when i changed the receiver type. by Rob Pike · 15 years ago
  47. 2119b36 interfaces and methods. by Rob Pike · 15 years ago
  48. a68592a excise some internal references. by Russ Cox · 15 years ago
  49. b95048f some stuff about interfaces. not enough yet. by Rob Pike · 15 years ago
  50. d222869 type switches errors by Rob Pike · 15 years ago
  51. 9dfe404 printing and maps by Rob Pike · 15 years ago
  52. 3e74079 slices methods on slices, pointers and values. by Rob Pike · 15 years ago
  53. 53440da Factored out boilerplate from all html docs in doc directory: by Robert Griesemer · 16 years ago
  54. 69d13b2 make the sidebars consistent add Effective Go to the set of links by Rob Pike · 16 years ago
  55. 2e5a136 add a data section and start populating it with info about allocation, arrays by Rob Pike · 16 years ago
  56. a5d6f83 functions by Rob Pike · 16 years ago
  57. c77c3b0 string range by Rob Pike · 16 years ago
  58. 8aec612 for loops comment out incomplete stuff by Rob Pike · 16 years ago
  59. c409976 semicolons, ifs, switches by Rob Pike · 16 years ago
  60. f0ccd40 names by Rob Pike · 16 years ago
  61. 11e4db7 section about comments by Rob Pike · 16 years ago
  62. 22140a1 start of a rewrite with a different tone by Rob Pike · 16 years ago
  63. 401c0b3 get this out of the way by Rob Pike · 16 years ago
  64. fe287e7 clean up a TODO by Rob Pike · 16 years ago
  65. d951ce4 more info about comments by Rob Pike · 16 years ago
  66. d1a3b98 cleanup pass before big edits by Rob Pike · 16 years ago
  67. eaf6a34 a few edits and simplifications. by Rob Pike · 16 years ago
  68. 25706fe Fix a doc typo. by David Symonds · 16 years ago
  69. 9443998 Effective Go; draft by Russ Cox · 16 years ago