Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <bcmills@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information