1. f77713e tour: swap content and code by Francesc Campoy · 9 years ago
  2. 8640b97 Revert "reader: move error check in validate" by Katrina Owen · 9 years ago
  3. b9bdbaa content: add an extra slide for slices of slice by Katrina Owen · 9 years ago
  4. 53c398b reader: give slice a larger capacity than size by Katrina Owen · 9 years ago
  5. bcf61da doc: clarify how to verify changes locally by Katrina Owen · 9 years ago
  6. 23d7fec reader: move error check in validate by Katrina Owen · 9 years ago
  7. 60d2240 content: fix confusing control flow in errors slide by Katrina Owen · 9 years ago
  8. 148e778 content: use HTTPS links where possible, link to download page by Andrew Gerrand · 9 years ago
  9. 64f07e5 content: fix typo on function values slide by Katrina Owen · 9 years ago
  10. 500288f content: elaborate on function values by Katrina Owen · 9 years ago
  11. 6a3e29c doc: explain how to run App Engine version locally by Katrina Owen · 9 years ago
  12. 2448609 content: remove reference to new keyword by Katrina Owen · 9 years ago
  13. bf1c16d content: reinstate instructions for running locally by Katrina Owen · 9 years ago
  14. 932aeed content: explain evaluation order by Katrina Owen · 9 years ago
  15. 6cb86ee content: elaborate on ranging over a slice by Katrina Owen · 9 years ago
  16. 2582700 content: remove echo in mutating maps slide by Katrina Owen · 9 years ago
  17. 459d92e content: explain why Big cannot be cast to an int by Katrina Owen · 9 years ago
  18. 9d789a4 content: describe len() when introducing slices by Katrina Owen · 9 years ago
  19. c8734ef content: clarify meaning of 'export' by Katrina Owen · 9 years ago
  20. a2f217e content: make description about rand.Intn less ambiguous by Katrina Owen · 9 years ago
  21. 3ae3ac9 content: emphasize that math.pi error is intentional by Katrina Owen · 9 years ago
  22. ef51291 content: clarify return values and naked returns by Andrew Gerrand · 9 years ago
  23. bbf9bb2 tour: add link to Bahasa Indonesia translation. by Mhd Sulhan · 9 years ago
  24. aef6c80 tour: fix pageup/pagedown navigation on non-chrome browsers by Andrew Austin · 9 years ago
  25. 8d9b4af tour: fix tour navigation for IE10, IE11, and Edge by Andrew Austin · 9 years ago
  26. 71b618d tour: Updated readme to specify commands needed for newbies. by sdheisenberg · 9 years ago
  27. 1ce0b89 Revert "tour: Enable tour navigation in IE10, IE11, and Edge" by Andrew Gerrand · 9 years ago
  28. 83cfec2 tour: Enable tour navigation in IE10, IE11, and Edge by Andrew Austin · 9 years ago
  29. b5f866c content: add link to the Turkish translation by Burcu Dogan · 9 years ago
  30. 7b9e5f4 tour: added link to Uzbek translation. by Фахриддин Балтаев · 9 years ago
  31. bdd0d61 content: fix wording on type inference by Andrew Gerrand · 9 years ago
  32. c611f86 tour: improve sample code for methods with pointers by Francesc Campoy · 9 years ago
  33. 958d2da tour: clarify size of int, uint, and uintptr by Francesc Campoy · 9 years ago
  34. 268412c tour: ignore pageup and pagedown if ctrl is pressed by Francesc Campoy · 9 years ago
  35. e7ac802 tour: map old urls to new ones where possible by Francesc Campoy · 9 years ago
  36. 011b65d tour: add link to previous sqrt exercise by Francesc Campoy · 9 years ago
  37. 4d627d9 tour: add note regarding := with map two value assignment by Francesc Campoy · 9 years ago
  38. 143a8ef tour: fix click catcher so TOC hides when clicking away by Francesc Campoy · 9 years ago
  39. 5b8c5f0 tour: add kill button to interface by Francesc Campoy · 9 years ago
  40. 3cd503d tour: add clarification on binary tree exercise by Francesc Campoy · 9 years ago
  41. f0f03ea tour: use same name in code and explanation by Francesc Campoy · 9 years ago
  42. 14248bf tour: make context a full URL by Francesc Campoy · 9 years ago
  43. e2c973a tour: added link to Ukrainian translation by Maksym Trykur · 9 years ago
  44. bb54c09 tour: make bug template more descriptive by Francesc Campoy · 9 years ago
  45. bb76bbf moretypes: remove reference to math.Pow (it's meant to be xor) by Andrew Gerrand · 9 years ago
  46. 62db935 content: use new blog.golang.org URLs by Shenghou Ma · 9 years ago
  47. a62fd1e tour: add missing n in significance by Francesc Campoy · 9 years ago
  48. 6118f58 content/methods.article: fix typo by Shenghou Ma · 9 years ago
  49. 2754a95 content/moretypes: use s to represent slices by Shenghou Ma · 9 years ago
  50. 198c0f2 content/flowcontrol.article: mention defer in the title by Shenghou Ma · 9 years ago
  51. f0da763 tour: add feedback button as an icon with a tooltip by Francesc Campoy · 9 years ago
  52. 13c4f9b tour: fix grammatical error on Named Return Values page by Nik Nyby · 9 years ago
  53. f2ae135 tour: add codereview.cfg by Josh Bleecher Snyder · 9 years ago
  54. a5e7ce1 doc: mention installation in README by Andrew Gerrand · 9 years ago
  55. 3a4044c tour: use simpler URL for German translation by Andrew Gerrand · 9 years ago
  56. 27c8720 all: add import comments by Andrew Gerrand · 9 years ago
  57. 6102c36 tour: add Italian translation. by Alessandro Baffa · 9 years ago
  58. b084b75 doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  59. 21b8764 rewrite import paths to use golang.org/x/tour by Andrew Gerrand · 9 years ago
  60. a941f85 remove codereview.cfg. by Andrew Gerrand · 9 years ago
  61. 5466d40 convert .hgignore to .gitignore. by Andrew Gerrand · 9 years ago
  62. 84a144e remove .hgtags. by Andrew Gerrand · 9 years ago
  63. 446eef1 content/welcome.article: add German translation by Shenghou Ma · 9 years ago
  64. af217d1 go-tour: update link to Simplified Chinese translation by Shenghou Ma · 9 years ago
  65. 0edad63 go-tour: improve existing solution for binarytrees.go and add non leaky solution by Francesc Campoy · 9 years ago
  66. dc8e902 go-tour: add solution to the stringers exercise by Francesc Campoy · 9 years ago
  67. aadca77 go-tour: handle disabled cookies graciously by Francesc Campoy · 9 years ago
  68. c06ca85 go-tour: The TOC click-catcher shouldn't cover the TOC scrollbar. by Francesc Campoy · 9 years ago
  69. 6d5a5d4 go-tour: Stringer should be an interface, not a struct by Andrew Gerrand · 9 years ago
  70. d3f076f go-tour/content/welcome.article: update restrictions of the playground. by Shenghou Ma · 9 years ago
  71. 3bf36a9 go-tour: update sub-repo import path I missed the appengine one in last CL. by Shenghou Ma · 9 years ago
  72. 221538e gotour: update sub-repo import paths by Shenghou Ma · 9 years ago
  73. 3148026 go-tour: fix error highlighting when running locally by Francesc Campoy · 9 years ago
  74. 69bf2c7 go-tour: add error highlighting by Francesc Campoy · 9 years ago
  75. 07a2ce4 go-tour: add semicolons removed accidnetally by gofmt by Francesc Campoy · 10 years ago
  76. aaaa965 go-tour: fix typo in comment by Francesc Campoy · 10 years ago
  77. 07f7c13 go-tour: use tabs for indentation by Francesc Campoy · 10 years ago
  78. 60270cb go-tour: fix list on Zero Values slide by Olivier Duperray · 10 years ago
  79. a4b9663 go-tour: store file contents in local storage by Francesc Campoy · 10 years ago
  80. 9de5f50 go-tour: fix storage when localStorage is not available in the browser. by Francesc Campoy · 10 years ago
  81. da8aa11 go-tour: add local storage and use it to store syntax highlight mode by Francesc Campoy · 10 years ago
  82. 7f6523d go-tour: adding items to TODO by Francesc Campoy · 10 years ago
  83. 0389e9a go-playground: add analytics by Francesc Campoy · 10 years ago
  84. 0ae3174 go-tour: add import unused messages to TODO by Andrew Gerrand · 10 years ago
  85. ae2b2b6 go-tour: handle error from ListenAndServe by Francesc Campoy · 10 years ago
  86. eff9b7b go-tour: add Stringer, Reader discussions and exercises; other tweaks by Andrew Gerrand · 10 years ago
  87. f82b5da go-tour: add Type Inference and Zero Values slides by Andrew Gerrand · 10 years ago
  88. 4ac7d6d go-tour: use ctrl-enter to fmt, not shift-space by Andrew Gerrand · 10 years ago
  89. 8a80926 go-tour: remove brace matching addon and unused trailing space addon. by Francesc Campoy · 10 years ago
  90. 384e52b go-tour: fix typo in welcome article by Andrew Gerrand · 10 years ago
  91. c93c30e go-tour: move code snippets to article-specific directories by Andrew Gerrand · 10 years ago
  92. d87862c go-tour: add defer slides by Francesc Campoy · 10 years ago
  93. 6b141de go-tour: remove cube roots exercise by Andrew Gerrand · 10 years ago
  94. 549df6b go-tour: add log.Fatal to HTTP handlers exercise by Andrew Gerrand · 10 years ago
  95. 0520586 go-tour: fix bad printf call by Andrew Gerrand · 10 years ago
  96. da68212 go-tour: tweaks to basics section by Andrew Gerrand · 10 years ago
  97. 7f9714c go-tour: apply 05ecf5d65670 and 75dda8d5bf79 to default branch by Andrew Gerrand · 10 years ago
  98. 57a43f2 go-tour: add a slide on append by Francesc Campoy · 10 years ago
  99. 706ccdd go-tour: fixing jshint warnings for a healthier codebase by Francesc Campoy · 10 years ago
  100. 50db16b go-tour: add solution for HTTP exercise by Andrew Gerrand · 10 years ago