go-ethereum/internal/version
ray a7654f1916 cmd/geth, core/rawdb, internal/version: replace deprecated strings.Title
strings.Title has been deprecated since Go 1.18 because it does not
handle Unicode punctuation properly. Replace all 4 call sites with
cases.Title from golang.org/x/text which is already a dependency.

Use cases.NoLower to preserve the original strings.Title behavior
of only capitalizing the first letter of each word without lowering
the rest.
2026-04-15 19:34:26 +08:00
..
vcs.go build, internal, version: break ci.go/version->common dependency (#30638) 2024-10-20 19:28:39 +03:00
version.go cmd/geth, core/rawdb, internal/version: replace deprecated strings.Title 2026-04-15 19:34:26 +08:00