]> Cypherpunks repositories - gostls13.git/commit
cmd/go: using strings.CutSuffix replace strings.HasSuffix and strings.TrimSuffix
authorcuiweixie <cuiweixie@gmail.com>
Tue, 27 Sep 2022 11:28:39 +0000 (19:28 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 28 Sep 2022 16:47:59 +0000 (16:47 +0000)
commit7f7f27f992850a06551c2798a3b874f5d5356ae9
tree920501f02a0b17efe53c35ab303902a28e89a9fd
parentbc73996facc45a2846ce6ffefad437314d554dcf
cmd/go: using strings.CutSuffix replace strings.HasSuffix and strings.TrimSuffix

Change-Id: I79854419091d6c5c5c2922a1f45a3c5589673f11
Reviewed-on: https://go-review.googlesource.com/c/go/+/435138
Run-TryBot: xie cui <523516579@qq.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/cmd/go/internal/modfetch/cache.go
src/cmd/go/internal/modfetch/codehost/git.go
src/cmd/go/internal/modfetch/fetch.go
src/cmd/go/internal/work/exec.go