1. 12 Jun, 2016 1 commit
    • Dmitri Shuralyov's avatar
      cmd/go: remove invalid space in import comment docs · 2ba3d5fc
      Dmitri Shuralyov authored
      Generate package comment in alldocs.go using line comments rather than
      general comments. This scales better, general comments cannot contain the
      "*/" character sequence. Line comments do not have any restrictions on
      the comment text that can be contained.
      
      Remove the dependency on sed, which is not cross-platform, not go-gettable
      external command.
      
      Remove trailing whitespace from usage string in test.go. It's unnecessary.
      
      Fixes #16030.
      
      Change-Id: I3c0bc9955e7c7603c3d1fb4878218b0719d02e04
      Reviewed-on: https://go-review.googlesource.com/23968Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      2ba3d5fc
  2. 11 Jun, 2016 1 commit
  3. 10 Jun, 2016 5 commits
  4. 09 Jun, 2016 9 commits
  5. 08 Jun, 2016 6 commits
  6. 07 Jun, 2016 3 commits
  7. 06 Jun, 2016 3 commits
  8. 05 Jun, 2016 1 commit
  9. 03 Jun, 2016 11 commits