1. 11 May, 2014 1 commit
    • Dmitri Shuralyov's avatar
      cmd/go: simplify code, reduce allocations. · 41186657
      Dmitri Shuralyov authored
      This is a trivial change to make use of an existing `nl` byte slice
      containing a single '\n' character. It's already declared and
      used in another place in this file, so it might as well be used
      in the other location instead of
      a new slice literal. There should be no change in behavior,
      aside from potentially less allocations.
      
      This is my first CL, so I wanted to use a simple, hopefully non-controversial,
      minor improvement to get more comfortable with golang contribution process.
      
      LGTM=bradfitz
      R=golang-codereviews, bradfitz
      CC=golang-codereviews
      https://golang.org/cl/97280043
      41186657
  2. 10 May, 2014 3 commits
  3. 09 May, 2014 15 commits
  4. 08 May, 2014 4 commits
  5. 07 May, 2014 14 commits
  6. 06 May, 2014 3 commits