1. 0b2cf7c content: clarify semantics of range clause by B.G.Adrian · 7 years ago
  2. cc618b7 content: add newline to Printf call in flowcontrol by Alberto Donizetti · 6 years ago
  3. 5807c4f tour: make the tour deployable on App Engine again by Andrew Bonventre · 6 years ago
  4. 44b8c1d content: fix grammar in flowcontrol.article by Joe Bowbeer · 6 years ago
  5. 099a0d9 content: add newline to imports.go Printf call by Alberto Donizetti · 6 years ago
  6. d642b93 content: fix typo in flowcontrol/2 by Alberto Donizetti · 7 years ago
  7. 037f635 content: Add link to Czech translation by Martin Kunc · 7 years ago
  8. c07e9bc content: change expression "under the covers" to "hood" by B.G.Adrian · 7 years ago
  9. 0911763 tour: uniform the use of bold for Notes by Alberto Donizetti · 7 years ago
  10. 8bf7e08 tour: fix bad backticks with space in it by Alberto Donizetti · 7 years ago
  11. 48b8174 tour: use better wording to explain run/format keyboard shortcuts by Alberto Donizetti · 7 years ago
  12. cc4a29f content: fix typo in concurrency article by Alberto Donizetti · 7 years ago
  13. 03133cc content: add a link to previous exercise in methods/25 by Tejasvi Nareddy · 7 years ago
  14. ced884f Range continued (17): Fix formatting by Jan Pilzer · 7 years ago
  15. dacd8d8 content: sort tour translations links by Alberto Donizetti · 7 years ago
  16. 76c2b83 content: add Thai translation of the tour. by pallat · 8 years ago
  17. 785f680 content: fix wording for indonesian translation link by Alberto Donizetti · 7 years ago
  18. 8d672c9 all: Replace URL of golang.org with using HTTPS by Yamagishi Kazutoshi · 7 years ago
  19. 65fff99 tour: make Sqrt exercise more accessible by Russ Cox · 7 years ago
  20. 279fc85 content: clarify that tree.New returns sorted trees by Alberto Donizetti · 8 years ago
  21. 6fbb011 tour: Add instructions to manually install and run gotour by Tao Wang · 8 years ago
  22. 4469170 content: change examples order to match text order by Alberto Donizetti · 8 years ago
  23. 0a50b6a content: capitalise the script in JavaScript by Rob Phoenix · 8 years ago
  24. d1a15fa content: add explanation of slice expression syntax by Rob Phoenix · 8 years ago
  25. d844dc7 content: add note about using rand.Seed with the time by Rob Phoenix · 8 years ago
  26. 97f0ee8 tour: method call not correct by Trung Nguyen · 8 years ago
  27. cd978b7 content: add Russian translation of the tour. by Alexander Guz · 8 years ago
  28. 53949f8 tour: make Newton's method example more straightforward by Josh Deprez · 8 years ago
  29. c373014 content: remove line that doesn't add and is confusing by Jaana Burcu Dogan · 8 years ago
  30. c9941e5 content: say that a a pointer points to a 'value', not 'variable' by Andrew Gerrand · 9 years ago
  31. 4044bee content: simplify introduction of basic types by Andrew Gerrand · 9 years ago
  32. c2b2054 content: update location of Turkish translation by Andrew Gerrand · 9 years ago
  33. b9da173 content: fix formatting issue by Andrew Gerrand · 9 years ago
  34. 41d86d5 content: rewrite slices section by Andrew Gerrand · 9 years ago
  35. 9b24cf3 content: fix grammar in nil maps slide by Andrew Gerrand · 9 years ago
  36. 3a15bec content: revise description of map creation by Andrew Gerrand · 9 years ago
  37. 3010115 content: clarify that make is just one way of creating a map by Andrew Gerrand · 9 years ago
  38. a8d6545 content: use Pizza/pizza as an example of exported names by Chris Broadfoot · 9 years ago
  39. c4165d7 content: make slice of slice example (tic tac toe) less ambiguous by Chris Broadfoot · 9 years ago
  40. a4d6804 content: fix typo by Chris Broadfoot · 9 years ago
  41. a5983ab moretypes: fixed minor typo by Emmanuel Odeke · 9 years ago
  42. 1e3079b moretypes: explain pointer indirection by Andrew Gerrand · 9 years ago
  43. 9616eac content: remove unnecessary ampersand by Andrew Gerrand · 9 years ago
  44. 2c088b3 content: change variable name in channels example by Katrina Owen · 9 years ago
  45. 28487fb content: rename variable names stringer exercise by Katrina Owen · 9 years ago
  46. 6b2e5b3 content: clarify append code example by Katrina Owen · 9 years ago
  47. 4f4c90a content: rename variable in nil slices example by Katrina Owen · 9 years ago
  48. cff7eec content: clarify slices code example by Katrina Owen · 9 years ago
  49. c899dcd content: tweak making-slices example for readability by Katrina Owen · 9 years ago
  50. 1631c20 content: clean up slice of slices code example by Katrina Owen · 9 years ago
  51. 7cfcba1 content: explain shift operator in constants example by Katrina Owen · 9 years ago
  52. cf672f1 content: show actual value of numeric constants by Katrina Owen · 9 years ago
  53. 910feba content: explain the example in the channels slide by Katrina Owen · 9 years ago
  54. ef6b8ec content: fix awkward phrasing on welcome slide by Katrina Owen · 9 years ago
  55. 840f2c2 content: add comment about << in range example by Katrina Owen · 9 years ago
  56. ce4a1af content: change variable names in exported names article by Katrina Owen · 9 years ago
  57. d117a43 content: fix typo in strings.Reader slide by Andrew Gerrand · 9 years ago
  58. e9f50ad content: link to and describe the fibonacci sequence by Andrew Gerrand · 9 years ago
  59. 5cf06de content: clarify newton formula and remove unused image by Alberto Donizetti · 9 years ago
  60. 3146c77 tour: add link to documentation of Tree type by Francesc Campoy · 9 years ago
  61. bb6ca5f tour: fix typo by Francesc Campoy · 9 years ago
  62. c8a14fd content: add a test for code snippets by Andrew Gerrand · 9 years ago
  63. b43285f content: expand discussion of interfaces by Andrew Gerrand · 9 years ago
  64. f38e95a content: direct users to 'go tool tour' by Andrew Gerrand · 9 years ago
  65. fe12a66 content: expand discussion of methods by Andrew Gerrand · 9 years ago
  66. ee3e019 tour: add explanation of sync.Mutex by Francesc Campoy · 9 years ago
  67. ec19277 tour: use uint in example code to avoid amiguity with inline code by Francesc Campoy · 9 years ago
  68. cbf17a5 tour: improve explanation of for loops by Francesc Campoy · 9 years ago
  69. 14acca9 content: fix URLs in web service exercise by Andrew Gerrand · 9 years ago
  70. d6cf783 content: make urls explicit in web server exercise by Katrina Owen · 9 years ago
  71. a7cbed8 content: update code in imports example by Katrina Owen · 9 years ago
  72. b9bdbaa content: add an extra slide for slices of slice by Katrina Owen · 9 years ago
  73. 60d2240 content: fix confusing control flow in errors slide by Katrina Owen · 9 years ago
  74. 148e778 content: use HTTPS links where possible, link to download page by Andrew Gerrand · 9 years ago
  75. 64f07e5 content: fix typo on function values slide by Katrina Owen · 9 years ago
  76. 500288f content: elaborate on function values by Katrina Owen · 9 years ago
  77. 2448609 content: remove reference to new keyword by Katrina Owen · 9 years ago
  78. bf1c16d content: reinstate instructions for running locally by Katrina Owen · 9 years ago
  79. 932aeed content: explain evaluation order by Katrina Owen · 9 years ago
  80. 6cb86ee content: elaborate on ranging over a slice by Katrina Owen · 9 years ago
  81. 2582700 content: remove echo in mutating maps slide by Katrina Owen · 9 years ago
  82. 459d92e content: explain why Big cannot be cast to an int by Katrina Owen · 9 years ago
  83. 9d789a4 content: describe len() when introducing slices by Katrina Owen · 9 years ago
  84. c8734ef content: clarify meaning of 'export' by Katrina Owen · 9 years ago
  85. a2f217e content: make description about rand.Intn less ambiguous by Katrina Owen · 9 years ago
  86. 3ae3ac9 content: emphasize that math.pi error is intentional by Katrina Owen · 9 years ago
  87. ef51291 content: clarify return values and naked returns by Andrew Gerrand · 9 years ago
  88. bbf9bb2 tour: add link to Bahasa Indonesia translation. by Mhd Sulhan · 9 years ago
  89. b5f866c content: add link to the Turkish translation by Burcu Dogan · 10 years ago
  90. 7b9e5f4 tour: added link to Uzbek translation. by Фахриддин Балтаев · 10 years ago
  91. bdd0d61 content: fix wording on type inference by Andrew Gerrand · 10 years ago
  92. c611f86 tour: improve sample code for methods with pointers by Francesc Campoy · 10 years ago
  93. 958d2da tour: clarify size of int, uint, and uintptr by Francesc Campoy · 10 years ago
  94. 011b65d tour: add link to previous sqrt exercise by Francesc Campoy · 10 years ago
  95. 4d627d9 tour: add note regarding := with map two value assignment by Francesc Campoy · 10 years ago
  96. 3cd503d tour: add clarification on binary tree exercise by Francesc Campoy · 10 years ago
  97. f0f03ea tour: use same name in code and explanation by Francesc Campoy · 10 years ago
  98. e2c973a tour: added link to Ukrainian translation by Maksym Trykur · 10 years ago
  99. bb76bbf moretypes: remove reference to math.Pow (it's meant to be xor) by Andrew Gerrand · 10 years ago
  100. 62db935 content: use new blog.golang.org URLs by Shenghou Ma · 10 years ago