1. 22 Jul, 2015 6 commits
  2. 21 Jul, 2015 13 commits
  3. 20 Jul, 2015 10 commits
  4. 19 Jul, 2015 1 commit
  5. 18 Jul, 2015 9 commits
  6. 17 Jul, 2015 1 commit
    • Ian Lance Taylor's avatar
      cmd/go: ignore import of "C" when fetching dependencies · c4f18d53
      Ian Lance Taylor authored
      The change https://golang.org/cl/12192 changed the get code to use the
      list of package imports, not the computed list of dependencies, as the
      computed list could be out of date if the package changed when using
      go get -u.  Computing the dependency list would skip an import of "C",
      but that would still be on the package import list.  This changes the
      code to skip "C" when walking the import list.
      
      No test--the best test would be to add an import of "C" to
      github.com/rsc/go-get-issue-9224-cmd for TestGoGetUpdate.
      
      Fixes #11738.
      
      Change-Id: Id89ddafeade2391d15688bfd142fafd67844a941
      Reviewed-on: https://go-review.googlesource.com/12322
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
      c4f18d53