mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 09:51:36 +00:00
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. |
||
|---|---|---|
| .. | ||
| abidump | ||
| abigen | ||
| blsync | ||
| clef | ||
| devp2p | ||
| era | ||
| ethkey | ||
| evm | ||
| fetchpayload | ||
| geth | ||
| keeper | ||
| rlpdump | ||
| utils | ||
| workload | ||