1. 66c0d07 go-tour: fix typos by Robert Daniel Kortschak · 10 years ago
  2. 8c9fbb6 go-tour: update translation instructions by Andrew Gerrand · 10 years ago
  3. e898661 go-tour: remove protocol from webfont script tag by Andrew Gerrand · 10 years ago
  4. f5563a6 go-tour: send file name on Run by Andrew Gerrand · 10 years ago
  5. ff5890a go-tour: fix static content serving by Andrew Gerrand · 10 years ago
  6. 8eccd4e go-tour: fix a couple of bad format strings by Andrew Gerrand · 10 years ago
  7. ad3f35b go-tour: update loops solution with shorter version by Andrew Gerrand · 10 years ago
  8. f6f66f2 go-tour: remove redundant talks directive from app.yaml by Andrew Gerrand · 10 years ago
  9. 11228f5 go-tour: removing unused javascript files from codemirror lib by Francesc Campoy · 10 years ago
  10. 892c2a1 go-tour: remove execute bit from javascript file by Andrew Gerrand · 10 years ago
  11. 75cf3ba go-tour: put JS libraries in sensible and convenient location by Andrew Gerrand · 10 years ago
  12. d127543 go-tour: serve all javascript in a concatenated file by Francesc Campoy · 10 years ago
  13. 6c35f3e go-tour: fix bug for multiple file handling by Francesc Campoy · 10 years ago
  14. 4d282f8 go-tour: tour redesign by Francesc Campoy · 10 years ago
  15. abd2627 go-tour: omit tour programs from normal builds by Andrew Gerrand · 10 years ago
  16. 8f4fa45 go-tour: update default cc to golang-codereviews mailing list by Andrew Gerrand · 10 years ago
  17. 89efc83 go-tour/solutions: use canonical import paths, exclude from build by Andrew Gerrand · 10 years ago
  18. 6597557 go-tour: update playground slide by Andrew Gerrand · 10 years ago
  19. d9cc0cf go-tour: use variables in type conversion example instead of constants by Francesc Campoy · 10 years ago
  20. 91b61d2 go-tour: improve the slide on interfaces. by Francesc Campoy · 10 years ago
  21. e386ad7 gotour: update Chinese translation link label by ChaiShushan · 10 years ago
  22. 9086c47 go-tour: add Type Conversions and Arrays pages by Andrew Gerrand · 10 years ago
  23. 458c6d4 go-tour: add Korean translation by Francesc Campoy · 10 years ago
  24. 776b7a2 go-tour: add Turkish translation by Andrew Gerrand · 11 years ago
  25. b759eec go-tour: use scripts from go.tools/godoc/static package by Andrew Gerrand · 11 years ago
  26. 9e3081c go-tour: update playground/socket/present import paths by Andrew Gerrand · 11 years ago
  27. 6e0eacd go-tour: don't use a pointer to a map in web crawl exercise by Rob Pike · 11 years ago
  28. a77b609 go-tour: show lines highlighted with present's "// HLfoo" feature by Andrew Gerrand · 11 years ago
  29. cbe3d60 go-tour: explain how to navigate by Rob Pike · 11 years ago
  30. f0f898d go-tour: update a couple of paths for app engine. by Rob Pike · 11 years ago
  31. bca2cb6 go-tour/gotour: fix bug in argument handling by Rob Pike · 11 years ago
  32. 32dc982 go-tour: move programs and article file into new content subidirectory by Rob Pike · 11 years ago
  33. f1f8f55 go-tour/gotour: fix flag handling by Rob Pike · 11 years ago
  34. d33d182 go-tour: move todos from tour.article to TODO file by Andrew Gerrand · 11 years ago
  35. ab20ac1 go-tour: add -content flag by Olivier Duperray · 11 years ago
  36. 1320717 go-tour: use new favicon by Andrew Gerrand · 11 years ago
  37. 6495a13 go-tour: remove built-in types from syntax highlighting keywords list by Robert Daniel Kortschak · 11 years ago
  38. fcfd4f6 go-tour: don't display sandbox.go with "Go local" page by Andrew Gerrand · 11 years ago
  39. a74eb9e go-tour: add missing sandbox.go file by Andrew Gerrand · 11 years ago
  40. b07edc6 go-tour: add slide about sandbox environment by Andrew Gerrand · 11 years ago
  41. 46c6f08 go-tour: use moved playground package by Olivier Duperray · 11 years ago
  42. f02b491 go-tour: various expansions and clarifications by Andrew Gerrand · 11 years ago
  43. dd74111 go-tour: add missing error/rune predeclared identifier for Syntax-Highlighting by ChaiShushan · 11 years ago
  44. 8286aab go-tour: remove unused flag by Andrew Gerrand · 11 years ago
  45. a8401f2 go-tour: remove unnecessary code by ChaiShushan · 11 years ago
  46. 2d46303 go-tour: fix markup on "If and else" slide by Andrew Gerrand · 11 years ago
  47. aff2ab6 go-tour: use time.Millisecond instead of raw constant by Francesc Campoy · 11 years ago
  48. e962bc2 go-tour: add missing delete predeclared identifier for Syntax-Highlighting by ChaiShushan · 11 years ago
  49. 0a44f7b go-tour: update to use new playground.js by Andrew Gerrand · 11 years ago
  50. 979062e go-tour: use a better notation scheme in TODO by Andrew Gerrand · 11 years ago
  51. 0c9dde4 go-tour: add TODO list of new content to be added by Andrew Gerrand · 11 years ago
  52. 1aa9396 go-tour: panic on failed png encode in tour/pic.ShowImage by Andrew Gerrand · 11 years ago
  53. 373d0b2 go-tour: remove "not even optional" about parens on if statements by Andrew Gerrand · 11 years ago
  54. ed53144 go-tour: add talk references to end of tour by Andrew Gerrand · 11 years ago
  55. 58f0cb7 go-tour: trim spaces around source code before displaying by Andrew Gerrand · 11 years ago
  56. 8aa851c go-tour: do not clear environment when running programs by Alex Brainman · 11 years ago
  57. bebe737 go-tour: fix link markup by Andrew Gerrand · 11 years ago
  58. 03ce033 go-tour: nudge "Go" index button over a tad by Andrew Gerrand · 11 years ago
  59. b71f28e go-tour: pass TEMP and TMPDIR environment variables to go tool by Andrew Gerrand · 11 years ago
  60. c28dee0 go-tour: link to French translation by Andrew Gerrand · 11 years ago
  61. 877bace go-tour: more precise wording to describe &T{} by Andrew Gerrand · 11 years ago
  62. eb43414 go-tour: fix format function by Andrew Gerrand · 11 years ago
  63. c737425 go-tour: use playground package from go.talks for /compile handler by Andrew Gerrand · 11 years ago
  64. b7886e5 go-tour: replace Table of Contents button by Andrew Gerrand · 11 years ago
  65. f68054f go-tour: Add Spanish to the local versions by Zorion Arrizabalaga · 11 years ago
  66. 82d4c40 go-tour: supply alternate GOPATH when building locally by Andrew Gerrand · 11 years ago
  67. 810590b go-tour: implements full screen width on slides without the embedded playground. by Nicholas Presta · 11 years ago
  68. 1346dfc go-tour: Make two attrib 'title' language-dependent by Zorion Arrizabalaga · 11 years ago
  69. 85ea7ca go-tour: display images in websocket mode by Andrew Gerrand · 11 years ago
  70. 5f4553b go-tour: Adding semicolons that were dropped by gofmt by Francesc Campoy · 11 years ago
  71. a9fef78 go-tour: Fix introduction slide and a formatting error. by Francesc Campoy · 11 years ago
  72. dc2b817 go-tour: set PlayEnabled flag before parsing by Andrew Gerrand · 11 years ago
  73. cbe82c0 gotour: Replace a hardcoding string with a template mark. by Xing Xing · 11 years ago
  74. 8102559 go-tour: render tour just once at startup by Andrew Gerrand · 11 years ago
  75. 60ee447 go-tour: honor -http argument in websocket code by Andrew Gerrand · 11 years ago
  76. 4fa0649 go-tour: add Catalan translation by Andrew Gerrand · 11 years ago
  77. d9b72d5 go-tour: Romanian not Romainian by Andrew Gerrand · 11 years ago
  78. d854ecf go-tour: add notes on translating the tour by Andrew Gerrand · 11 years ago
  79. d1ee24b go-tour: add link to Romainian translation by Andrew Gerrand · 11 years ago
  80. 6c4fe98 go-tour: restore images by Andrew Gerrand · 11 years ago
  81. 9e301b9 go-tour: restore loading message by Andrew Gerrand · 11 years ago
  82. 3d84570 go-tour: turn syntax highlighting off by default by Andrew Gerrand · 11 years ago
  83. 4d280bf go-tour: move javascript files from static to new js directory by Andrew Gerrand · 11 years ago
  84. 1066f5d go-tour: use new playground API and websocket backend by Andrew Gerrand · 11 years ago
  85. cf7429f go-tour: Rearranging slides to have a more natural flow. by Francesc Campoy · 11 years ago
  86. 4545396 go-tour: remove new york talk and defunct mode.js by Andrew Gerrand · 11 years ago
  87. 8efbb89 go-tour: fix app engine version, restoring online-specific content by Andrew Gerrand · 11 years ago
  88. c7762ab go-tour/gotour: find html root through running directory if package lookup fails. by Francesc Campoy · 11 years ago
  89. 6cf2ff0 go-tour: convert from HTML to present format by Andrew Gerrand · 11 years ago
  90. 71eca81 gotour: automatically open browser window if possible Fixes #51. by Shenghou Ma · 11 years ago
  91. 55d692c go-tour: add note about Go playground's clock time by Shenghou Ma · 11 years ago
  92. a880be1 tour: Internationaliztion of the user interface by Jeff R. Allen · 11 years ago
  93. 0580392 go-tour: give each slide a unique name by Andrew Gerrand · 11 years ago
  94. e3c6237 go-tour: move solutions to repository root by Andrew Gerrand · 11 years ago
  95. 35646bb go-tour/gotour/solution: Adding alternative solution to the image exercise. by Francesc Campoy · 11 years ago
  96. b92b00c go-tour: Fixing wrong solution for slices exercise. Fixes #50 by Francesc Campoy · 11 years ago
  97. d6ce57d go-tour: link to screencast from final page of tour by Andrew Gerrand · 11 years ago
  98. 2fc8a34 go-tour: add link to Hebrew translation by Andrew Gerrand · 11 years ago
  99. 3135697 go-tour: fix lat/long of bell labs by Andrew Gerrand · 11 years ago
  100. 7ba7c54 go-tour: don't reset code on slide change by Andrew Gerrand · 11 years ago