- 7cfcba1 content: explain shift operator in constants example by Katrina Owen · 9 years ago
- cf672f1 content: show actual value of numeric constants by Katrina Owen · 9 years ago
- 910feba content: explain the example in the channels slide by Katrina Owen · 9 years ago
- ef6b8ec content: fix awkward phrasing on welcome slide by Katrina Owen · 9 years ago
- 840f2c2 content: add comment about << in range example by Katrina Owen · 9 years ago
- ce4a1af content: change variable names in exported names article by Katrina Owen · 9 years ago
- d117a43 content: fix typo in strings.Reader slide by Andrew Gerrand · 9 years ago
- e9f50ad content: link to and describe the fibonacci sequence by Andrew Gerrand · 9 years ago
- 5cf06de content: clarify newton formula and remove unused image by Alberto Donizetti · 9 years ago
- 3146c77 tour: add link to documentation of Tree type by Francesc Campoy · 9 years ago
- bb6ca5f tour: fix typo by Francesc Campoy · 9 years ago
- c8a14fd content: add a test for code snippets by Andrew Gerrand · 9 years ago
- b43285f content: expand discussion of interfaces by Andrew Gerrand · 9 years ago
- f38e95a content: direct users to 'go tool tour' by Andrew Gerrand · 9 years ago
- fe12a66 content: expand discussion of methods by Andrew Gerrand · 9 years ago
- 4e6c47c tour: show editor after closing TOC by Francesc Campoy · 9 years ago
- fc5a653 tour: improve local storage handling of files by Francesc Campoy · 9 years ago
- ee3e019 tour: add explanation of sync.Mutex by Francesc Campoy · 9 years ago
- ec19277 tour: use uint in example code to avoid amiguity with inline code by Francesc Campoy · 9 years ago
- 9715ca6 tour: change color on links to make them visible by Francesc Campoy · 9 years ago
- cbf17a5 tour: improve explanation of for loops by Francesc Campoy · 9 years ago
- 14acca9 content: fix URLs in web service exercise by Andrew Gerrand · 9 years ago
- d6cf783 content: make urls explicit in web server exercise by Katrina Owen · 9 years ago
- a7cbed8 content: update code in imports example by Katrina Owen · 9 years ago
- 1c790b9 tour: fix CSS for next/previous buttons by Francesc Campoy · 9 years ago
- f77713e tour: swap content and code by Francesc Campoy · 9 years ago
- 8640b97 Revert "reader: move error check in validate" by Katrina Owen · 9 years ago
- b9bdbaa content: add an extra slide for slices of slice by Katrina Owen · 9 years ago
- 53c398b reader: give slice a larger capacity than size by Katrina Owen · 9 years ago
- bcf61da doc: clarify how to verify changes locally by Katrina Owen · 9 years ago
- 23d7fec reader: move error check in validate by Katrina Owen · 9 years ago
- 60d2240 content: fix confusing control flow in errors slide by Katrina Owen · 9 years ago
- 148e778 content: use HTTPS links where possible, link to download page by Andrew Gerrand · 9 years ago
- 64f07e5 content: fix typo on function values slide by Katrina Owen · 9 years ago
- 500288f content: elaborate on function values by Katrina Owen · 9 years ago
- 6a3e29c doc: explain how to run App Engine version locally by Katrina Owen · 9 years ago
- 2448609 content: remove reference to new keyword by Katrina Owen · 9 years ago
- bf1c16d content: reinstate instructions for running locally by Katrina Owen · 9 years ago
- 932aeed content: explain evaluation order by Katrina Owen · 9 years ago
- 6cb86ee content: elaborate on ranging over a slice by Katrina Owen · 9 years ago
- 2582700 content: remove echo in mutating maps slide by Katrina Owen · 9 years ago
- 459d92e content: explain why Big cannot be cast to an int by Katrina Owen · 9 years ago
- 9d789a4 content: describe len() when introducing slices by Katrina Owen · 9 years ago
- c8734ef content: clarify meaning of 'export' by Katrina Owen · 9 years ago
- a2f217e content: make description about rand.Intn less ambiguous by Katrina Owen · 9 years ago
- 3ae3ac9 content: emphasize that math.pi error is intentional by Katrina Owen · 9 years ago
- ef51291 content: clarify return values and naked returns by Andrew Gerrand · 9 years ago
- bbf9bb2 tour: add link to Bahasa Indonesia translation. by Mhd Sulhan · 9 years ago
- aef6c80 tour: fix pageup/pagedown navigation on non-chrome browsers by Andrew Austin · 9 years ago
- 8d9b4af tour: fix tour navigation for IE10, IE11, and Edge by Andrew Austin · 9 years ago
- 71b618d tour: Updated readme to specify commands needed for newbies. by sdheisenberg · 9 years ago
- 1ce0b89 Revert "tour: Enable tour navigation in IE10, IE11, and Edge" by Andrew Gerrand · 9 years ago
- 83cfec2 tour: Enable tour navigation in IE10, IE11, and Edge by Andrew Austin · 9 years ago
- b5f866c content: add link to the Turkish translation by Burcu Dogan · 9 years ago
- 7b9e5f4 tour: added link to Uzbek translation. by Фахриддин Балтаев · 9 years ago
- bdd0d61 content: fix wording on type inference by Andrew Gerrand · 9 years ago
- c611f86 tour: improve sample code for methods with pointers by Francesc Campoy · 9 years ago
- 958d2da tour: clarify size of int, uint, and uintptr by Francesc Campoy · 9 years ago
- 268412c tour: ignore pageup and pagedown if ctrl is pressed by Francesc Campoy · 9 years ago
- e7ac802 tour: map old urls to new ones where possible by Francesc Campoy · 9 years ago
- 011b65d tour: add link to previous sqrt exercise by Francesc Campoy · 9 years ago
- 4d627d9 tour: add note regarding := with map two value assignment by Francesc Campoy · 9 years ago
- 143a8ef tour: fix click catcher so TOC hides when clicking away by Francesc Campoy · 10 years ago
- 5b8c5f0 tour: add kill button to interface by Francesc Campoy · 10 years ago
- 3cd503d tour: add clarification on binary tree exercise by Francesc Campoy · 10 years ago
- f0f03ea tour: use same name in code and explanation by Francesc Campoy · 10 years ago
- 14248bf tour: make context a full URL by Francesc Campoy · 10 years ago
- e2c973a tour: added link to Ukrainian translation by Maksym Trykur · 10 years ago
- bb54c09 tour: make bug template more descriptive by Francesc Campoy · 10 years ago
- bb76bbf moretypes: remove reference to math.Pow (it's meant to be xor) by Andrew Gerrand · 10 years ago
- 62db935 content: use new blog.golang.org URLs by Shenghou Ma · 10 years ago
- a62fd1e tour: add missing n in significance by Francesc Campoy · 10 years ago
- 6118f58 content/methods.article: fix typo by Shenghou Ma · 10 years ago
- 2754a95 content/moretypes: use s to represent slices by Shenghou Ma · 10 years ago
- 198c0f2 content/flowcontrol.article: mention defer in the title by Shenghou Ma · 10 years ago
- f0da763 tour: add feedback button as an icon with a tooltip by Francesc Campoy · 10 years ago
- 13c4f9b tour: fix grammatical error on Named Return Values page by Nik Nyby · 10 years ago
- f2ae135 tour: add codereview.cfg by Josh Bleecher Snyder · 10 years ago
- a5e7ce1 doc: mention installation in README by Andrew Gerrand · 10 years ago
- 3a4044c tour: use simpler URL for German translation by Andrew Gerrand · 10 years ago
- 27c8720 all: add import comments by Andrew Gerrand · 10 years ago
- 6102c36 tour: add Italian translation. by Alessandro Baffa · 10 years ago
- b084b75 doc: add CONTRIBUTING.md by Andrew Gerrand · 10 years ago
- 21b8764 rewrite import paths to use golang.org/x/tour by Andrew Gerrand · 10 years ago
- a941f85 remove codereview.cfg. by Andrew Gerrand · 10 years ago
- 5466d40 convert .hgignore to .gitignore. by Andrew Gerrand · 10 years ago
- 84a144e remove .hgtags. by Andrew Gerrand · 10 years ago
- 446eef1 content/welcome.article: add German translation by Shenghou Ma · 10 years ago
- af217d1 go-tour: update link to Simplified Chinese translation by Shenghou Ma · 10 years ago
- 0edad63 go-tour: improve existing solution for binarytrees.go and add non leaky solution by Francesc Campoy · 10 years ago
- dc8e902 go-tour: add solution to the stringers exercise by Francesc Campoy · 10 years ago
- aadca77 go-tour: handle disabled cookies graciously by Francesc Campoy · 10 years ago
- c06ca85 go-tour: The TOC click-catcher shouldn't cover the TOC scrollbar. by Francesc Campoy · 10 years ago
- 6d5a5d4 go-tour: Stringer should be an interface, not a struct by Andrew Gerrand · 10 years ago
- d3f076f go-tour/content/welcome.article: update restrictions of the playground. by Shenghou Ma · 10 years ago
- 3bf36a9 go-tour: update sub-repo import path I missed the appengine one in last CL. by Shenghou Ma · 10 years ago
- 221538e gotour: update sub-repo import paths by Shenghou Ma · 10 years ago
- 3148026 go-tour: fix error highlighting when running locally by Francesc Campoy · 10 years ago
- 69bf2c7 go-tour: add error highlighting by Francesc Campoy · 10 years ago
- 07a2ce4 go-tour: add semicolons removed accidnetally by gofmt by Francesc Campoy · 10 years ago