1. 09 Aug, 2019 2 commits
    • Agniva De Sarker's avatar
      doc/install-source.html: add new GOOS and GOARCHes · 36262520
      Agniva De Sarker authored
      And also insert new paragraphs between GOOS and GOARCH listings
      for better readability.
      
      Fixes #28142
      Fixes #26513
      
      Change-Id: Ie92e98dbfd924e80032a12afbfa02f30e3a6f916
      Reviewed-on: https://go-review.googlesource.com/c/go/+/189578Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
      36262520
    • Bryan C. Mills's avatar
      cmd/go: query each path only once in 'go get' · 2b8b34aa
      Bryan C. Mills authored
      If we don't know whether a path is a module path or a package path,
      previously we would first try a module query for it, then fall back to
      a package query.
      
      If we are using a sequence of proxies with fallback (as will be the
      default in Go 1.13), and the path is not actually a module path, that
      initial module query will fail against the first proxy, then
      immediately fall back to the next proxy in the sequence — even if the
      query could have been satisfied by some other (prefix) module
      available from the first proxy.
      
      Instead, we now query the requested path as only one kind of path.
      If we query it as a package path but it turns out to only exist as a
      module, we can detect that as a PackageNotInModuleError with an
      appropriate module path — we do not need to issue a second query to
      classify it.
      
      Fixes #31785
      
      Change-Id: I581d44279196e41d1fed27ec25489e75d62654e3
      Reviewed-on: https://go-review.googlesource.com/c/go/+/189517
      Run-TryBot: Bryan C. Mills <bcmills@google.com>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarJay Conrod <jayconrod@google.com>
      2b8b34aa
  2. 08 Aug, 2019 5 commits
  3. 07 Aug, 2019 1 commit
  4. 06 Aug, 2019 5 commits
  5. 05 Aug, 2019 5 commits
  6. 03 Aug, 2019 1 commit
  7. 02 Aug, 2019 8 commits
  8. 01 Aug, 2019 5 commits
  9. 31 Jul, 2019 5 commits
  10. 30 Jul, 2019 3 commits