Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/mod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: golang/mod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 26, 2024

  1. sumdb: replace globsMatchPath with module.MatchPrefixPatterns

    In CL 239797, src/cmd/go/internal/str.GlobsMatchPath was replicated as
    module.MatchPrefixPatterns. This redundancy eliminates the need for
    globsMatchPath. This CL replaces calls to globsMatchPath with
    module.MatchPrefixPatterns and removes the now redundant globsMatchPath.
    
    Change-Id: Idd6fc10e7cf24d7b9603fa17edb2460d50b2e4aa
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/539815
    Auto-Submit: Bryan Mills <[email protected]>
    Reviewed-by: Cherry Mui <[email protected]>
    Reviewed-by: Bryan Mills <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    aofei authored and gopherbot committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fa1ba42 View commit details
    Browse the repository at this point in the history
Loading