1. 17 Aug, 2018 1 commit
    • Russ Cox's avatar
      cmd/go: ignore /tmp/go.mod · c265c893
      Russ Cox authored
      Two different people have created /tmp/go.mod for experimentation
      and then had other tests that create fresh work directories
      below /tmp fail unexpectedly because the go command finds
      /tmp/go.mod. Refuse to use /tmp/go.mod. /tmp/anything/go.mod is fine.
      
      Fixes #26708.
      
      Change-Id: I2a4f61ea63099cff59fbf9e8798e5dcefefd5557
      Reviewed-on: https://go-review.googlesource.com/129063
      Run-TryBot: Russ Cox <rsc@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
      c265c893
  2. 16 Aug, 2018 3 commits
  3. 14 Aug, 2018 4 commits
  4. 13 Aug, 2018 3 commits
  5. 12 Aug, 2018 1 commit
  6. 10 Aug, 2018 13 commits
  7. 09 Aug, 2018 15 commits