1. 6990bc1 doc/progs: make sure all programs compile and run by Rob Pike · 14 years ago
  2. 80e25fc docs: float->float64 plus a couple of other tweaks. by Rob Pike · 14 years ago
  3. 166b444 tutorial: make stdin, stdout, stderr work on Windows. by Rob Pike · 14 years ago
  4. 3a2ba99 build: add a few missing --no-print-directory by Russ Cox · 14 years ago
  5. e3b6188 tutorial: a couple of minor fixes. Fixes #1333. by Rob Pike · 14 years ago
  6. 781462d doc/tutorial: update for slice changes. by Rob Pike · 15 years ago
  7. 5c603db build: remove unnecessary references to GOBIN and GOROOT by Christian Himpel · 15 years ago
  8. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  9. e45b58f os: change the type of permissions argument for Open etc. to uint32. by Rob Pike · 15 years ago
  10. 00f9f0c single argument panic by Russ Cox · 15 years ago
  11. 5de2e1c doc: Use byte("...") over byte{...} by Christopher Wedgwood · 15 years ago
  12. 34356e9 update tutorial. by Rob Pike · 15 years ago
  13. 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
  14. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  15. 43bcf47 make all.bash finish on FreeBSD by Russ Cox · 15 years ago
  16. 9549eee add a paragraph about semicolons to the tutorial. by Rob Pike · 15 years ago
  17. 898714a tutorial fixes by Russ Cox · 15 years ago
  18. 83f0b71 fixups in the tutorial by Rob Pike · 15 years ago
  19. a68592a excise some internal references. by Russ Cox · 15 years ago
  20. 400fa1c align the tutorial with the renaming of SortInterface. by Rob Pike · 15 years ago
  21. 78395213 Automated g4 rollback of changelist 35383. by Rob Pike · 15 years ago
  22. 650bff6 another round of gofmt applications by Russ Cox · 15 years ago
  23. c62b326 apply gofmt to the LGTM-marked files from 34501 by Russ Cox · 15 years ago
  24. ae54cf7 last round: non-package code by Russ Cox · 16 years ago
  25. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  26. 6102877 update tutorial by Rob Pike · 16 years ago
  27. a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
  28. cf370a6 add ./ to imports where necessary by Russ Cox · 16 years ago
  29. 6609d2f restructure makefiles, scripts to factor out O= logic. by Russ Cox · 16 years ago
  30. 9e0fec9 update Go tree to use new syscall package. by Russ Cox · 16 years ago
  31. 918afd94 move things out of sys into os and runtime by Russ Cox · 16 years ago
  32. aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago
  33. 60ce95d code changes for array conversion. by Russ Cox · 16 years ago
  34. bdbb3b4 remove print() from the tutorial, generating a little clumsiness around "import" by Rob Pike · 16 years ago
  35. e9f4fb2 change the tutorial to use File, file rather than FD, fd. by Rob Pike · 16 years ago
  36. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  37. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  38. 25a2b36 needless semicolons by Rob Pike · 16 years ago
  39. 4cf7711 update go code tree to new func rules. by Russ Cox · 16 years ago
  40. b59dbd7 rename variable at rsc's request by Rob Pike · 16 years ago
  41. 96777ea clean up server code in tutorial by Rob Pike · 16 years ago
  42. ae05f00 update tutorial for new export scheme by Rob Pike · 16 years ago
  43. 839a684 delete export by Russ Cox · 16 years ago
  44. 3609624 casify, cleanup sys by Russ Cox · 16 years ago
  45. 1a91b9a casify syscall and sequelae by Rob Pike · 16 years ago
  46. 293c8f8 casify tutorial examples by Rob Pike · 16 years ago
  47. 61f3302 printf->Printf etc. by Rob Pike · 16 years ago
  48. ef51f4b restore "os" identifier to keep consistent with text. by Rob Pike · 16 years ago
  49. 40d5435 update tutorial to new language. by Rob Pike · 16 years ago
  50. dfc3e52 Use make instead of new to allocate a channel. by Ian Lance Taylor · 16 years ago
  51. 8d21004 make the tutorial programs run again. by Rob Pike · 16 years ago
  52. 81672ef fix some typos, mostly by Rob Pike · 17 years ago
  53. f7a506b tutorial code: by Rob Pike · 17 years ago
  54. 592d2e3 update to new communications syntax by Rob Pike · 17 years ago
  55. 6820196 section on service multiplexing by Rob Pike · 17 years ago
  56. db9002f replace 235 with sieve - less problematic by Rob Pike · 17 years ago
  57. a43033a develop interfaces through cats sort 2,3,5 by Rob Pike · 17 years ago
  58. 6693730 next section: i/o package that has structs, methods by Rob Pike · 17 years ago
  59. c7ebfed add sections about types and constants by Rob Pike · 17 years ago
  60. 27a5617 growing the tutorial by Rob Pike · 17 years ago